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 a210e59 commit be07e3bCopy full SHA for be07e3b
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
node-version: '18'
19
check-latest: true
20
+ registry-url: 'https://registry.npmjs.org/'
21
22
- name: Install dependencies
23
run: npm install
.npmrc
@@ -1,4 +1,3 @@
1
-- name: Publish to npm
2
- run: npm publish
3
- env:
4
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
+registry=https://registry.npmjs.org/
+always-auth=true
0 commit comments