From 8e2b3a638147f0102cc98baeb025109da2d3ecdb Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:35:10 +0100 Subject: [PATCH] Updated name --- .gitea/workflows/pull_request.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 879a3ad..af766f1 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -102,7 +102,6 @@ jobs: git add lib test git commit -m "Auto-format code" git push - # Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }} else echo "No changes to commit" fi @@ -110,8 +109,7 @@ jobs: - name: Verify format run: flutter analyze lib test - - update-version: + update version: runs-on: ubuntu-latest steps: - name: Checkout code @@ -134,7 +132,7 @@ jobs: git config --global user.email "actions@gitea.com" git add pubspec.yaml git commit -m "Updated version number" - # git push - git push --force + git push + # git push --force # https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}