chore: fix version command for publish (#9637)

This commit is contained in:
Maribeth Moffatt
2026-03-17 11:22:43 -04:00
committed by GitHub
parent de7abd0c40
commit 6413d71257
3 changed files with 40 additions and 107 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
id: bump
working-directory: packages/blockly
run: |
RELEASE_TYPE=$(npx conventional-recommended-bump --preset conventionalcommits)
RELEASE_TYPE=$(npx conventional-recommended-bump --preset conventionalcommits -t blockly-)
echo "release_type=$RELEASE_TYPE" >> "$GITHUB_OUTPUT"
echo "Recommended bump: $RELEASE_TYPE"