Skip to content

Commit 4f8e2d5

Browse files
committed
ci: pkgprnew no compact
1 parent a6ca50c commit 4f8e2d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-continuous.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
run: pnpm build
3636

3737
- name: Publish
38-
run: pnpm dlx [email protected] publish --pnpm --compact './packages/*' './packages/plugin-react-swc/dist'
38+
# run: pnpm dlx [email protected] publish --pnpm --compact './packages/*' './packages/plugin-react-swc/dist'
39+
run: pnpm dlx [email protected] publish --pnpm --comment=off './packages/*' './packages/plugin-react-swc/dist'

0 commit comments

Comments
 (0)