Skip to content

Commit e44946c

Browse files
authored
fix: explicitly set the registry url (#93)
1 parent a2f331e commit e44946c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
node-version-file: package.json
3737
cache: "pnpm"
38+
registry-url: "https://registry.npmjs.org"
3839

3940
- name: Install dependencies
4041
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)