Skip to content

Commit

Permalink
fix(npm-publish): add env NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
panjizhi authored Jun 16, 2023
1 parent a8a1bb4 commit 4fe4ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 4fe4ffa

Please sign in to comment.