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 a472215 commit b0abc3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
- name: Deploy to GitHub Pages
if: env.has_release_label == 'true'
run: |
git pull origin main --rebase
git pull origin main
helm package . --destination charts/
helm repo index . --url https://getlago.github.io/charts
git add .
git commit -m "Update Helm repo index after release"
git pull --rebase
git pull
git status
git push origin gh-pages
Expand Down

0 comments on commit b0abc3b

Please sign in to comment.