Skip to content

Commit ffec69f

Browse files
authored
fixes release action's registry url (#35)
1 parent 676982b commit ffec69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2828
with:
2929
node-version: 22.x
30+
registry-url: "https://registry.npmjs.org"
3031

3132
- name: Install pnpm
3233
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

0 commit comments

Comments
 (0)