From 10f3aacf999a2d93716f25876cb72e3423a060f4 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 17 Jan 2026 20:05:31 +0100 Subject: [PATCH] Tried version update --- .gitea/workflows/pull_request.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 0baf195..17ff034 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -112,8 +112,16 @@ jobs: update-version: - uses: stikkyapp/update-pubspec-version@v2 - with: - strategy: 'patch' - bump-build: false - path: './pubspec.yaml' + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Update version + uses: https://github.com/stikkyapp/update-pubspec-version@v2 + with: + strategy: 'patch' + bump-build: false + path: './pubspec.yaml'