From 7cd88d5f433373a344f21564bfcb829473cc1cda Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 13:10:31 +0200 Subject: [PATCH] fix: correct typo in release pipeline --- tools/build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-release.sh b/tools/build-release.sh index c0f1b08ab97..80b4c0a0087 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -124,7 +124,7 @@ sync_tag() { local chartversion="$4" echo "Attempting to sync primary tag with appversion for: ${chartname}" local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)" - tag="${tag%%@sha256:} + tag="${tag%%@sha256:}" tag="${tag:-auto}" tag="${tag#*release-}" tag="${tag#*version-}"