Skip to content

Commit fd60c9f

Browse files
authored
fix: add auth registry (#3629)
1 parent 6b1f022 commit fd60c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
node-version-file: .nvmrc
2727
cache: yarn
28+
# Necessary to set up registry for auth
29+
registry-url: "https://registry.npmjs.org"
2830
# Ensure npm 11.5.1 or later is installed to support OIDC
2931
- name: Update npm
3032
run: npm install -g npm@latest

0 commit comments

Comments
 (0)