Skip to content

Commit cd63249

Browse files
authoredMar 12, 2024
Set registry-url in release workflow (#15)
1 parent b93bae0 commit cd63249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
registry-url: https://registry.npmjs.org
3031

3132
- name: Setup pnpm
3233
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)
Please sign in to comment.