Skip to content

Commit 7e4b796

Browse files
committed
ci(publish): set registry-url
1 parent cd3edc1 commit 7e4b796

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- run: corepack enable
2020
- uses: actions/setup-node@v4
21-
with: { node-version: "latest", cache: "pnpm" }
21+
with: { node-version: "latest", cache: "pnpm", registry-url: "https://registry.npmjs.org" }
2222
- run: pnpm install
2323
- run: pnpm lint
2424
- run: pnpm build

0 commit comments

Comments
 (0)