Skip to content

Commit

Permalink
fix: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aaharu committed Sep 14, 2022
1 parent 422ab7a commit 90e7638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -43,5 +43,5 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 90e7638

Please sign in to comment.