Skip to content

Commit b7fd970

Browse files
kosztimosabua
authored andcommitted
Set registry url in release GHA
1 parent 26ccf10 commit b7fd970

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
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '22'
22+
registry-url: 'https://registry.npmjs.org'
2223

2324
- name: Install dependencies
2425
run: npm ci

0 commit comments

Comments
 (0)