Skip to content

Commit a6d186c

Browse files
authored
fix(release): add registry-url for npm OIDC authentication (#307)
1 parent b317454 commit a6d186c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version-file: '.nvmrc'
2727
cache: 'yarn'
28+
registry-url: 'https://registry.npmjs.org'
2829

2930
- name: Install Dependencies
3031
run: yarn install

0 commit comments

Comments
 (0)