Skip to content

Commit 9db19b8

Browse files
committed
Fix npm token in the publish job
1 parent 3777177 commit 9db19b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
twine upload dist/*
3232
- name: Publish to npm
3333
env:
34-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
34+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
run: npm publish

0 commit comments

Comments
 (0)