Skip to content

Commit

Permalink
Merge pull request #864 from elezar/fix-release-tooling
Browse files Browse the repository at this point in the history
[no-relnote] Fix helm release workflow
  • Loading branch information
elezar authored Aug 2, 2024
2 parents cb6e45e + 42e1d52 commit d7610a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ jobs:
fetch-depth: 0

- name: Update helm index
env:
VERSION: ${{ github.event.release.tag_name }}
DOWNLOAD_URL: ${{ join(github.event.release.assets.*.browser_download_url, ' ') }}
run: |
git config user.name "Github Actions"
git config user.email "[email protected]"
./hack/update-helm-index.sh --helm-repo-path $HELM_REPO_PATH $DOWNLOAD_URL
./hack/update-helm-index.sh --helm-repo-path $HELM_REPO_PATH --version ${{ github.event.release.tag_name }}
- name: Push updated Helm charts and index to gh-pages branch
run: |
Expand Down

0 comments on commit d7610a7

Please sign in to comment.