We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3777177 + 9db19b8 commit 47f8817Copy full SHA for 47f8817
.github/workflows/publish.yml
@@ -31,5 +31,5 @@ jobs:
31
twine upload dist/*
32
- name: Publish to npm
33
env:
34
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
run: npm publish
0 commit comments