Tried version update
Some checks failed
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Has been skipped
Pull Request Pipeline / update-version (pull_request) Failing after 5s

This commit is contained in:
2026-01-17 20:06:56 +01:00
parent 10f3aacf99
commit 5d9e143027

View File

@@ -125,3 +125,17 @@ jobs:
strategy: 'patch'
bump-build: false
path: './pubspec.yaml'
- name: Format code
run: |
git fetch origin ${{ gitea.head_ref }}
git checkout ${{ gitea.head_ref }}
git config --global user.name "Gitea Actions [bot]"
git config --global user.email "actions@gitea.com"
git add lib test
git commit -m "Updated version number"
git push
# Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}