fix: include chart files in version bump commit to prevent rebase conflict
Some checks failed
Build & Release / build (push) Failing after 16s
Some checks failed
Build & Release / build (push) Failing after 16s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user