diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e52f78e..8b67c9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 .