fix/ci-only-on-pr #1

Merged
ryan merged 11 commits from fix/ci-only-on-pr into main 2026-04-03 00:47:43 +00:00
Showing only changes of commit ddabcf19d1 - Show all commits

View File

@@ -52,6 +52,7 @@ jobs:
git remote set-url origin https://lunarfront-bot:${{ secrets.BOT_TOKEN }}@git.lunarfront.tech/ryan/lunarfront-app.git
git add packages/backend/package.json
git commit -m "chore: bump version to v${{ steps.version.outputs.version }}"
git pull --rebase origin main
git push origin main
- name: Install Docker CLI