Tried version update
All checks were successful
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) Successful in 6s

This commit is contained in:
2026-01-17 20:08:19 +01:00
parent bbf031100f
commit 5eee9a238d

View File

@@ -133,7 +133,7 @@ jobs:
git config --global user.name "Gitea Actions [bot]" git config --global user.name "Gitea Actions [bot]"
git config --global user.email "actions@gitea.com" git config --global user.email "actions@gitea.com"
git add lib/pubspec.yaml git add pubspec.yaml
git commit -m "Updated version number" git commit -m "Updated version number"
git push git push
# Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }} # Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}