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 d42c027 commit f3e1bbeCopy full SHA for f3e1bbe
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.NODE_AUTH_TOKEN }}" > ~/.npmrc && npm publish
+ run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc && npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
0 commit comments