Skip to content

Commit 8ea829e

Browse files
committed
Specify registry-url
1 parent de2a455 commit 8ea829e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-node@v3
3030
with:
3131
cache: 'yarn'
32+
registry-url: "https://registry.npmjs.org"
3233

3334
# Ensure npm 11.5.1 or later is installed
3435
- name: Update npm

0 commit comments

Comments
 (0)