Skip to content

Commit

Permalink
Merge pull request #878 from mjura/ci-v2.7
Browse files Browse the repository at this point in the history
[v2.7] ci: Fix repo value
  • Loading branch information
yiannistri authored Oct 9, 2024
2 parents 1b161e1 + 5020bc1 commit be6ceb3
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 be6ceb3

Please sign in to comment.