Skip to content

Commit 809dbdc

Browse files
committed
chore: fix set npm registry
1 parent 4a0bb12 commit 809dbdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
cache: pnpm
2828
registry-url: 'https://registry.npmjs.org'
2929

30+
- name: Force Set pnpm Registry
31+
run: pnpm config set registry https://registry.npmjs.org
32+
3033
- run: npx changelogithub
3134
env:
3235
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)