Skip to content

Commit 834ed80

Browse files
committed
ci(core): ignore workspace in publish
1 parent 6dedbdc commit 834ed80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5454
5555
- name: Bump package versions
56-
run: pnpm -r exec -- pnpm version ${{ github.event.inputs.version_bump }} --no-git-tag-version
56+
run: pnpm -r exec -- pnpm version ${{ github.event.inputs.version_bump }} --no-git-tag-version --ignore-workspace
5757

5858
- name: Publish to GitHub Packages
5959
run: pnpm -r publish --no-git-checks

0 commit comments

Comments
 (0)