From 4fe008af3f6907a970c81c054c545b4c4ad46e4a Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:11:34 +0100 Subject: [PATCH] Back to patch --- .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 d884114..2117edf 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -122,7 +122,7 @@ jobs: - name: Update version uses: https://github.com/stikkyapp/update-pubspec-version@v2 with: - strategy: 'minor' + strategy: 'patch' path: './pubspec.yaml' - name: Commit version update 2