Skip to content

Commit

Permalink
Fix setting RELEASE_VERSION for tag pushes [5.4.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul committed Jul 11, 2024
1 parent 9f31c74 commit a937b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
echo "HZ_VERSION=${HZ_VERSION}" >> $GITHUB_ENV
if [ -z "${{ env.RELEASE_VERSION }}" ]; then
RELEASE_VERSION=${{ env.HZ_VERSION }}
RELEASE_VERSION=${HZ_VERSION}
else
RELEASE_VERSION=${{ env.RELEASE_VERSION }}
fi
Expand Down

0 comments on commit a937b56

Please sign in to comment.