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 98b4dbe commit d42c027Copy full SHA for d42c027
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Deploy to npm
31
if: startsWith(github.ref, 'refs/tags/v')
32
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc && npm publish
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" > ~/.npmrc && npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
0 commit comments