Skip to content

Commit

Permalink
Fix release log message
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <[email protected]>
  • Loading branch information
mirgee committed Aug 24, 2020
1 parent e55d547 commit 5a09a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
then
PUBLISH_VERSION="$REPO_VERSION_DESIRED"
RELEASE="true"
echo "This is push to master, and version was bumped $REPO_VERSION_HIGHEST->$RELEASE_VERSION. Will publish and release $REPO_VERSION_DESIRED."
echo "This is push to master, and version was bumped $REPO_VERSION_MOST_RECENT->$REPO_VERSION_DESIRED. Will publish and release $REPO_VERSION_DESIRED."
else
PUBLISH_VERSION="$REPO_VERSION_MOST_RECENT-$BRANCH_NAME-${{ github.run_number }}"
echo "This is not push to master. Will be publishing version: $PUBLISH_VERSION."
Expand Down

0 comments on commit 5a09a51

Please sign in to comment.