From b89cfd1f9f95aad41d963fe335781b8cff0b3bd3 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:09:36 +0100 Subject: [PATCH] Only version number --- .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 b308e99..2117edf 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -125,7 +125,7 @@ jobs: strategy: 'patch' path: './pubspec.yaml' - - name: Commit version update + - name: Commit version update 2 run: | git fetch origin ${{ gitea.head_ref }} git checkout ${{ gitea.head_ref }}