mirror of
https://github.com/google/blockly.git
synced 2026-05-03 10:30:13 +02:00
chore: fix version command for publish (#9637)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user