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 c2b87ee commit 985d7a3Copy full SHA for 985d7a3
.github/workflows/npm-publish-github-packages.yml
@@ -34,4 +34,4 @@ jobs:
34
- run: npm ci
35
- run: npm publish
36
env:
37
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NPM_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments