We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8293cb3 commit 54e9a9dCopy full SHA for 54e9a9d
.github/workflows/publish.yml
@@ -50,9 +50,7 @@ jobs:
50
run: pnpm build
51
52
- name: Publish package
53
- run: pnpm run ci-publish ${{ github.ref_name }}
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm i -g npm@^11.5.2 && pnpm run ci-publish ${{ github.ref_name }}
56
57
- if: steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
58
uses: ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0
scripts/publishCI.ts
@@ -1,7 +1,6 @@
1
import { publish } from '@vitejs/release-scripts'
2
3
publish({
4
- provenance: true,
5
getPkgDir(pkg) {
6
if (pkg === 'plugin-react-swc') {
7
return `packages/${pkg}/dist`
0 commit comments