Skip to content

Commit

Permalink
fix(release-gha): Fixing git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Oct 30, 2024
1 parent 38dc57d commit c96a7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
helm repo index . --url https://getlago.github.io/charts
git add .
git commit -m "Update Helm repo index after release"
git pull --rebase
git push origin gh-pages
- name: Extract version from Chart.yaml
Expand Down

0 comments on commit c96a7e1

Please sign in to comment.