Skip to content

Commit c9b318b

Browse files
committed
fix
1 parent c8229e2 commit c9b318b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4444
run: |
45-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
45+
echo "registry=https//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
4646
- name: Publish
4747
env:
4848
HUSKY_ENABLED: true

0 commit comments

Comments
 (0)