Skip to content

Commit 0d6aa79

Browse files
committed
set registry url
1 parent 045ea07 commit 0d6aa79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11+
- uses: actions/setup-node@v4
12+
with:
13+
registry-url: https://registry.npmjs.org/
14+
1115
- uses: pnpm/action-setup@v2
1216
with:
1317
version: 8

0 commit comments

Comments
 (0)