From 48d49a068a492fd73f2afdd5b52414aac0c7d95e Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 19:34:31 -0500 Subject: [PATCH] fix: include chart files in version bump commit to prevent rebase conflict --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7cd30de..2adcc7e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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