Skip to content

Commit

Permalink
chore: config yarn registry in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Feb 11, 2022
1 parent 82e5016 commit 56e67c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- run: git config user.email vitejs.bot@gmail.com
- run: npm i -g pnpm@6
- run: npm i -g yarn # even if the repo is using pnpm, Vite still uses yarn v1 for publishing
- run: yarn config set registry https://registry.npmjs.org # Yarn's default registry proxy doesn't work in CI
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 56e67c2

Please sign in to comment.