Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
run: pnpm build

- name: Publish package
run: pnpm run ci-publish ${{ github.ref_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm i -g npm@latest && pnpm run ci-publish ${{ github.ref_name }}

- if: steps.tag.outputs.isAlpha == 'false' && steps.tag.outputs.pkgName != 'plugin-rsc'
uses: ArnaudBarre/github-release@4fa6eafe8e2449c7c1c5a91ae50de4ee34db0b40 # v1.5.0
Expand Down
1 change: 0 additions & 1 deletion scripts/publishCI.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { publish } from '@vitejs/release-scripts'

publish({
provenance: true,
getPkgDir(pkg) {
if (pkg === 'plugin-react-swc') {
return `packages/${pkg}/dist`
Expand Down
Loading