Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jan 21, 2023
1 parent 263e3f5 commit 2b3ad2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -14,13 +14,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Package
run: ./build-package.sh
- name: Upload
run: ./push-package.sh
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
confirm: "y"
SKIP_TAG: "y"

0 comments on commit 2b3ad2c

Please sign in to comment.