Skip to content

Commit 6dbddae

Browse files
committed
github: Fix npm publish
1 parent 9ec6824 commit 6dbddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: make all lint test
3434
- run: npm publish
3535
env:
36-
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
36+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
3737
shell: bash
3838

3939
publish-cli:

0 commit comments

Comments
 (0)