Skip to content

Commit

Permalink
Merge pull request #110 from getlago/action-fix
Browse files Browse the repository at this point in the history
Action fix
  • Loading branch information
electrosenpai authored Oct 30, 2024
2 parents 38dc57d + 967946c commit fac90ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ 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 status
git push origin gh-pages
- name: Extract version from Chart.yaml
Expand Down

0 comments on commit fac90ea

Please sign in to comment.