From bbf031100f9c4b93bbc1be12533385d783423e6c Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:07:33 +0100 Subject: [PATCH] Tried version update --- .gitea/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index c94a093..a3cda8e 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -126,14 +126,14 @@ jobs: bump-build: false path: './pubspec.yaml' - - name: Format code + - name: Commit version update 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 add lib/pubspec.yaml 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 }}