Skip to content

Commit d72af22

Browse files
ganeshmurthyGanesh Murthy
authored andcommitted
Minor fix in release.yml to export PUSH_LATEST
1 parent 5f0c913 commit d72af22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Query github to see if this VERSION is the latest
4545
LATEST_RELEASE_TAG=`curl -s https://api.github.com/repos/skupperproject/skupper-router/releases/latest | jq -r ".tag_name"`
4646
LATEST_VERSION=`(echo "${VERSION}" ; echo "${LATEST_RELEASE_TAG}" ) | sort -V | tail -n1`
47-
[[ "${VERSION}" = "${LATEST_VERSION}" ]] && PUSH_LATEST=true || unset PUSH_LATEST
47+
[[ "${VERSION}" = "${LATEST_VERSION}" ]] && export PUSH_LATEST=true || unset PUSH_LATEST
4848
4949
export PLATFORM=amd64
5050
./.github/scripts/image.sh

0 commit comments

Comments
 (0)