Skip to content

Commit 5a09a51

Browse files
committed
Fix release log message
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
1 parent e55d547 commit 5a09a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
then
7777
PUBLISH_VERSION="$REPO_VERSION_DESIRED"
7878
RELEASE="true"
79-
echo "This is push to master, and version was bumped $REPO_VERSION_HIGHEST->$RELEASE_VERSION. Will publish and release $REPO_VERSION_DESIRED."
79+
echo "This is push to master, and version was bumped $REPO_VERSION_MOST_RECENT->$REPO_VERSION_DESIRED. Will publish and release $REPO_VERSION_DESIRED."
8080
else
8181
PUBLISH_VERSION="$REPO_VERSION_MOST_RECENT-$BRANCH_NAME-${{ github.run_number }}"
8282
echo "This is not push to master. Will be publishing version: $PUBLISH_VERSION."

0 commit comments

Comments
 (0)