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 54da603 commit 948f743Copy full SHA for 948f743
.github/workflows/publish.yml
@@ -51,8 +51,6 @@ jobs:
51
52
- name: Publish package
53
run: pnpm run ci-publish ${{ github.ref_name }}
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
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