We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e5016 commit 56e67c2Copy full SHA for 56e67c2
.github/workflows/release.yml
@@ -57,6 +57,7 @@ jobs:
57
- run: git config user.email [email protected]
58
- run: npm i -g pnpm@6
59
- 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
61
- uses: actions/setup-node@v2
62
with:
63
node-version: ${{ matrix.node }}
0 commit comments