From 5020bc161648e26733785fd8f6f89ae4ca503eea Mon Sep 17 00:00:00 2001 From: Michal Jura Date: Fri, 5 Jul 2024 13:59:18 +0200 Subject: [PATCH] ci: Fix repo value (cherry picked from commit 48ed61ed242e288711049bc733b96c4346c79b05) --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67a596c3..830a8653 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,7 @@ jobs: - name: Upload charts to release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required for updating GH release + REPO: rancher/eks-operator # Docker repository to reference in `values.yaml` of the Helm chart release TAG: ${{ github.ref_name }} # image tag to be referenced in `values.yaml` of the Helm chart release run: | version=$(echo '${{ steps.goreleaser.outputs.metadata }}' | jq -r '.version') @@ -82,4 +83,4 @@ jobs: echo "Uploading $f to GitHub release $TAG" gh release upload $TAG $f done - echo "Charts successfully uploaded to GitHub release $TAG" \ No newline at end of file + echo "Charts successfully uploaded to GitHub release $TAG"