Skip to content

Commit

Permalink
Fix npm publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed May 23, 2023
1 parent 8738cb1 commit 54f56aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
node-version: 16
registry-url: 'https://registry.npmjs.org'

- run: |
echo 'npm publish'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 54f56aa

Please sign in to comment.