Skip to content

Commit a6e0eb6

Browse files
committed
Improve echo line
Replaced a bit too aggressively lol
1 parent ce39ca6 commit a6e0eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
set -euo pipefail
3333
BUMP="${{ inputs.version_bump }}"
3434
CURRENT_VERSION=$(jq -r '.version' "UnityMcpBridge/package.json")
35-
echo "CURRENT_VERSION version: $CURRENT_VERSION"
35+
echo "Current version: $CURRENT_VERSION"
3636
3737
IFS='.' read -r MA MI PA <<< "$CURRENT_VERSION"
3838
case "$BUMP" in
@@ -104,4 +104,4 @@ jobs:
104104
fi
105105
106106
git tag -a "$TAG" -m "Version ${NEW_VERSION}"
107-
git push origin "$TAG"
107+
git push origin "$TAG"

0 commit comments

Comments
 (0)