We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd344a commit aabbd80Copy full SHA for aabbd80
.github/workflows/publish.yml
@@ -71,4 +71,4 @@ jobs:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
73
- name: Publish to npm
74
- run: pnpm publish -r --no-git-checks --tag latest
+ run: pnpm publish -r --filter "{packages/*}" --no-git-checks --tag latest
0 commit comments