Skip to content

Commit 000a480

Browse files
Update create_release.yml
1 parent 9d320c1 commit 000a480

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
VERSION='${{ inputs.version }}'
4545
INCR='${{ inputs.increment }}'
4646
if [[ "$MODE" == "explicit" && -z "$VERSION" ]]; then
47-
echo " mode=explicit requires 'version' (e.g., 1.3-alpha)."; exit 1
47+
echo "? mode=explicit requires 'version' (e.g., 1.3-alpha)."; exit 1
4848
fi
4949
if [[ "$MODE" == "bump" && -z "$INCR" ]]; then
50-
echo " mode=bump requires 'increment' (major|minor|patch)."; exit 1
50+
echo "? mode=bump requires 'increment' (major|minor|patch)."; exit 1
5151
fi
52-
echo " inputs look good."
52+
echo "? inputs look good."
5353
5454
set-version:
5555
needs: validate-inputs

0 commit comments

Comments
 (0)