Skip to content

Commit

Permalink
Set NODE_AUTH_TOKEN as well
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrosenthal committed Aug 9, 2024
1 parent e39bc70 commit 5ac872a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
- run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 5ac872a

Please sign in to comment.