Skip to content

Commit 4970d00

Browse files
fix: npm registry issue (#31)
1 parent 494adcc commit 4970d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build
2929
run: yarn build
3030

31+
- name: Configure npm registry
32+
run: yarn config set npmPublishRegistry "https://registry.npmjs.org"
33+
3134
- name: Publish
3235
run: yarn npm publish
3336
env:

0 commit comments

Comments
 (0)