diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 504ff46..953a646 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -40,6 +40,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add . git commit -m "chore: Automated version update for Helm charts" + git pull --rebase origin main git push - name: Send Signal Notification