Skip to content

Commit

Permalink
fix(github-page): fixing last step of github page
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Oct 29, 2024
1 parent a92ccde commit 7913ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
if: env.has_release_label == 'true'
run: |
git checkout gh-pages
git pull origin main --rebase
git pull origin gh-pages --rebase
helm repo index . --url https://getlago.github.io/charts
git add .
git commit -m "Update Helm repo index after release"
git push origin gh-pages
git push origin gh-pages

0 comments on commit 7913ed4

Please sign in to comment.