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 1f23f13 commit fcf23ccCopy full SHA for fcf23cc
.github/workflows/publish.yml
@@ -16,9 +16,9 @@ jobs:
16
- name: Build the project
17
run: npm run build
18
- name: Add _auth to .npmrc
19
- run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_AUTH_TOKEN}"
20
- - name: Publish to NPM
21
- run: npm run publish:lib
+ run: npm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ - name: Publish to NPM
+ run: npm run publish:lib
0 commit comments