Skip to content

Commit 6b3808e

Browse files
committed
chore: refine publish command to exclude core, vite, and apps packages
1 parent 6b3c56c commit 6b3808e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
fi
6464
6565
- name: Publish packages
66-
run: pnpm -r publish --no-git-checks
66+
run: pnpm -r --filter "!core" --filter "!vite" --filter "!apps" publish --no-git-checks
6767
env:
6868
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)