From 2f6623c24472ec0b8326dd73ce28ce2213bd84f0 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 21:44:25 +0200 Subject: [PATCH] fix: correct release pipeline typo --- 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 e87a75cb114..a72ea51d0fb 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="${tagt%%@*}" + tag="${tag%%@*}" tag="${tag:-auto}" tag="${tag#*release-}" tag="${tag#*version-}"