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 5f0c913 commit d72af22Copy full SHA for d72af22
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
# Query github to see if this VERSION is the latest
45
LATEST_RELEASE_TAG=`curl -s https://api.github.com/repos/skupperproject/skupper-router/releases/latest | jq -r ".tag_name"`
46
LATEST_VERSION=`(echo "${VERSION}" ; echo "${LATEST_RELEASE_TAG}" ) | sort -V | tail -n1`
47
- [[ "${VERSION}" = "${LATEST_VERSION}" ]] && PUSH_LATEST=true || unset PUSH_LATEST
+ [[ "${VERSION}" = "${LATEST_VERSION}" ]] && export PUSH_LATEST=true || unset PUSH_LATEST
48
49
export PLATFORM=amd64
50
./.github/scripts/image.sh
0 commit comments