Skip to content

Commit 2ece01e

Browse files
committed
switched back to NODE_AUTH_TOKEN
1 parent e2675de commit 2ece01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
- name: Publish to npmjs
7979
run: npm publish --access public
8080
env:
81-
NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
81+
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)