We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dedbdc commit 834ed80Copy full SHA for 834ed80
1 file changed
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
git config --global user.email "github-actions[bot]@users.noreply.github.com"
54
55
- name: Bump package versions
56
- run: pnpm -r exec -- pnpm version ${{ github.event.inputs.version_bump }} --no-git-tag-version
+ run: pnpm -r exec -- pnpm version ${{ github.event.inputs.version_bump }} --no-git-tag-version --ignore-workspace
57
58
- name: Publish to GitHub Packages
59
run: pnpm -r publish --no-git-checks
0 commit comments