We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda3450 commit 86b85a9Copy full SHA for 86b85a9
1 file changed
.github/workflows/nodejs.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: npm login
21
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
22
- name: npm publish
23
run: npm publish
0 commit comments