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 6b3c56c commit 6b3808eCopy full SHA for 6b3808e
.github/workflows/publish-packages.yml
@@ -63,6 +63,6 @@ jobs:
63
fi
64
65
- name: Publish packages
66
- run: pnpm -r publish --no-git-checks
+ run: pnpm -r --filter "!core" --filter "!vite" --filter "!apps" publish --no-git-checks
67
env:
68
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments