Skip to content

Commit e8955c6

Browse files
authored
chore: fix release process
1 parent a4c51ba commit e8955c6

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
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 'lts/*'
2323
cache: npm
24+
registry-url: 'https://registry.npmjs.org'
2425
- name: Install dependencies
2526
if: ${{ steps.release.outputs.release_created }}
2627
run: npm ci

0 commit comments

Comments
 (0)