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 2566343 commit 9da5183
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 9da5183

Please sign in to comment.