Skip to content

Commit

Permalink
ci: Fix repo value
Browse files Browse the repository at this point in the history
(cherry picked from commit 48ed61e)
  • Loading branch information
mjura committed Oct 9, 2024
1 parent 1b161e1 commit 5020bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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"
echo "Charts successfully uploaded to GitHub release $TAG"

0 comments on commit 5020bc1

Please sign in to comment.