Skip to content

Commit

Permalink
chore: change to NODE_AUTH_TOKEN for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed May 9, 2024
1 parent 9187ea6 commit 743cbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Publish release
run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 743cbe9

Please sign in to comment.