Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Dec 21, 2024
1 parent b33f3ba commit adcdfa8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,23 @@ jobs:
CHART_PATH: ${{github.workspace}}/helm/chart
VERSION: ${{ needs.update_release_draft.outputs.latestRelease }}

- name: commit helm chart version changes
uses: stefanzweifel/git-auto-commit-action@v5

- name: update helm chart docs
uses: shaybentk/[email protected]
with:
working-dir: helm/chart
git-push: "true"

- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
branch: release-chart-${{ needs.update_release_draft.outputs.latestRelease }}
title: "ci: release chart ${{ needs.update_release_draft.outputs.latestRelease }}"
body: Release app and chart version ${{ needs.update_release_draft.outputs.latestRelease }}
commit-message: |
ci: release chart ${{ needs.update_release_draft.outputs.latestRelease }}
[skip ci]
# Push the chart
- name: push helm chart to OCI registry
uses: hoverkraft-tech/[email protected]
Expand Down

0 comments on commit adcdfa8

Please sign in to comment.