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 fac02f3 commit 4142b3fCopy full SHA for 4142b3f
.github/workflows/release-insiders.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-node@v2
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ registry-url: 'https://registry.npmjs.org'
23
24
- name: Use cached node_modules
25
id: cache
@@ -54,4 +55,4 @@ jobs:
54
55
run: npm publish --tag insiders
56
env:
57
CI: true
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/release.yml
@@ -47,4 +48,4 @@ jobs:
47
48
run: npm publish
49
50
51
0 commit comments