Skip to content

Commit

Permalink
Fix npm publish token
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Apr 6, 2023
1 parent 62a0cf0 commit 3b237cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
echo "PUBLISH_TAG=${publishTag}" >> $GITHUB_OUTPUT
- run: npm publish --tag ${{ steps.version.outputs.PUBLISH_TAG }} --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3b237cf

Please sign in to comment.