Skip to content

Commit 59f8b6a

Browse files
committed
uppercase NPM_TOKEN
1 parent 5fe0e36 commit 59f8b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- run: npm publish
5959
env:
60-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
60+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6161

6262
- run: git push --follow-tags
6363
env:

0 commit comments

Comments
 (0)