From 5eee9a238db59d4515e85c09bb4601eec8fe5853 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:08:19 +0100 Subject: [PATCH] Tried version update --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index a3cda8e..88af005 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -133,7 +133,7 @@ jobs: git config --global user.name "Gitea Actions [bot]" git config --global user.email "actions@gitea.com" - git add lib/pubspec.yaml + git add 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 }}