We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2e80f commit 334ee9cCopy full SHA for 334ee9c
.github/workflows/npm-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Publish to NPM
36
env:
37
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
38
run: |
39
if [ -f version.txt ]; then
40
echo "Publishing to NPM"
0 commit comments