Skip to content

Commit

Permalink
Revert "fix(npm-publish): revert renaming of NPM_AUTH_TOKEN (#8831)"
Browse files Browse the repository at this point in the history
This reverts commit 3ccc923.
  • Loading branch information
caugner committed May 11, 2023
1 parent e1f5194 commit 17cdfa2
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 @@ -63,4 +63,4 @@ jobs:
if: steps.release.outputs.release_created
run: npm publish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 17cdfa2

Please sign in to comment.