From 996105f11a091d666795dd36353cd3483dbc8b97 Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Tue, 15 Oct 2024 21:38:32 -0400 Subject: [PATCH] fix reference to the operator version --- .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 ca61061..689b7c2 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -42,7 +42,7 @@ jobs: # get the short sha of the latest commit for the operator image short_sha="$(git rev-parse --short=7 HEAD)" - echo "SHORT_SHA=$short_sha" >> "$GITHUB_ENV" + echo "OPERATOR_VERSION=$short_sha" >> "$GITHUB_ENV" elif [[ "${{ inputs.mode }}" == "release" ]]; then echo "RELEASE_VERSION=$(date +'%Y.%-m.%-d%H%M%S')" >> $GITHUB_ENV