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 c3a0b4a commit 48f73eaCopy full SHA for 48f73ea
.github/workflows/npm-publish.yml
@@ -50,4 +50,4 @@ jobs:
50
- name: Publish to NPM
51
run: npm publish
52
env:
53
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments