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 650e37e commit 54e90beCopy full SHA for 54e90be
1 file changed
.github/workflows/release-setup-sourcebot.yml
@@ -72,7 +72,7 @@ jobs:
72
# Bump packages/setupWizard/package.json only. --no-git-tag-version
73
# writes the new version without creating a commit or tag (we do that
74
# ourselves, with a release-specific tag, further down).
75
- npm version "${{ inputs.bump_type }}" --no-git-tag-version
+ npm version "${{ inputs.bump_type }}" --no-git-tag-version --no-workspaces-update
76
VERSION=$(node -p "require('./package.json').version")
77
echo "Bumped setup-sourcebot to $VERSION"
78
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
0 commit comments