From be4cb94a9ab8b04cf406bcac7ae4adb2f6bc6259 Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Thu, 19 Sep 2024 14:57:56 -0400 Subject: [PATCH] add v --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 12a5e1e..5bbeb6a 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -32,7 +32,7 @@ jobs: # This ensures that the latest tag we grab will be of the operator image, and not the helm chart echo "OPERATOR_VERSION=$(\ git ls-remote --tags --refs --sort="v:refname" \ - origin '[0-9].[0-9].[0-9]' | tail -n1 | sed 's/.*\///' + origin 'v[0-9].[0-9].[0-9]' | tail -n1 | sed 's/.*\///' )" >> $GITHUB_OUTPUT - name: Configure Git