Skip to content

Commit

Permalink
Rename npm auth token on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Dec 20, 2023
1 parent b476028 commit 2b0104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ jobs:
run: yarn publish --tag ${{ inputs.npm-tag }} --new-version ${{ inputs.new-version || github.ref_name }}
if: ${{ !env.ACT }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2b0104d

Please sign in to comment.