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 0525574 commit 7439617Copy full SHA for 7439617
.github/workflows/release-npmjs.yaml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-node@v1
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ registry-url: 'https://registry.npmjs.org'
23
24
- name: cache node_modules
25
uses: actions/cache@v2
@@ -31,4 +32,4 @@ jobs:
31
32
- run: yarn build
33
- run: yarn publish --access public
34
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
0 commit comments