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 c8229e2 commit c9b318bCopy full SHA for c9b318b
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
env:
43
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44
run: |
45
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
+ echo "registry=https//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
46
- name: Publish
47
48
HUSKY_ENABLED: true
0 commit comments