Skip to content

Commit 54e90be

Browse files
msukkariclaude
andauthored
fix(ci): pass --no-workspaces-update to npm version in setup-sourcebot release (#1420)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 650e37e commit 54e90be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-setup-sourcebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Bump packages/setupWizard/package.json only. --no-git-tag-version
7373
# writes the new version without creating a commit or tag (we do that
7474
# ourselves, with a release-specific tag, further down).
75-
npm version "${{ inputs.bump_type }}" --no-git-tag-version
75+
npm version "${{ inputs.bump_type }}" --no-git-tag-version --no-workspaces-update
7676
VERSION=$(node -p "require('./package.json').version")
7777
echo "Bumped setup-sourcebot to $VERSION"
7878
echo "version=$VERSION" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)