fix: include chart files in version bump commit to prevent rebase conflict
Some checks failed
Build & Release / build (push) Failing after 16s

This commit is contained in:
Ryan Moon
2026-04-03 19:34:31 -05:00
parent 11f81cfd8e
commit 48d49a068a

View File

@@ -104,7 +104,7 @@ jobs:
git config user.name "lunarfront-bot"
git config user.email "bot@lunarfront.tech"
git remote set-url origin https://lunarfront-bot:${{ secrets.BOT_TOKEN }}@$GIT_REMOTE/ryan/lunarfront-app.git
git add packages/backend/package.json
git add packages/backend/package.json chart/Chart.yaml chart/values.yaml
git commit -m "chore: bump version to v${{ steps.version.outputs.version }}"
git pull --rebase origin main
git push origin main