Skip to content

Commit

Permalink
Merge pull request #115 from getlago/gha-fix
Browse files Browse the repository at this point in the history
fix(release-gha): Fixing git commands
  • Loading branch information
electrosenpai authored Oct 30, 2024
2 parents 2566343 + 9da5183 commit c696414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git merge origin/main --no-edit
- name: Installer jq
run: sudo apt-get install jq
Expand All @@ -48,7 +49,6 @@ jobs:
- name: Deploy to GitHub Pages
if: env.has_release_label == 'true'
run: |
git pull origin main
helm package . --destination charts/
helm repo index . --url https://getlago.github.io/charts
git add .
Expand Down

0 comments on commit c696414

Please sign in to comment.