Skip to content

Commit 56e67c2

Browse files
committed
chore: config yarn registry in release action
1 parent 82e5016 commit 56e67c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- run: git config user.email [email protected]
5858
- run: npm i -g pnpm@6
5959
- run: npm i -g yarn # even if the repo is using pnpm, Vite still uses yarn v1 for publishing
60+
- run: yarn config set registry https://registry.npmjs.org # Yarn's default registry proxy doesn't work in CI
6061
- uses: actions/setup-node@v2
6162
with:
6263
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)