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