Skip to content

Commit

Permalink
Fix the release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Jul 6, 2022
1 parent 48159b5 commit 2276f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: script/build
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2276f03

Please sign in to comment.