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 ce39ca6 commit a6e0eb6Copy full SHA for a6e0eb6
.github/workflows/bump-version.yml
@@ -32,7 +32,7 @@ jobs:
32
set -euo pipefail
33
BUMP="${{ inputs.version_bump }}"
34
CURRENT_VERSION=$(jq -r '.version' "UnityMcpBridge/package.json")
35
- echo "CURRENT_VERSION version: $CURRENT_VERSION"
+ echo "Current version: $CURRENT_VERSION"
36
37
IFS='.' read -r MA MI PA <<< "$CURRENT_VERSION"
38
case "$BUMP" in
@@ -104,4 +104,4 @@ jobs:
104
fi
105
106
git tag -a "$TAG" -m "Version ${NEW_VERSION}"
107
- git push origin "$TAG"
+ git push origin "$TAG"
0 commit comments