Skip to content

Commit 47f8817

Browse files
authored
Merge pull request #21 from jtpio/fix-npm-token
Fix npm auth token in the publish job
2 parents 3777177 + 9db19b8 commit 47f8817

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)