Updated workflow name
All checks were successful
Pull Request Pipeline / Test (pull_request) Successful in 2m48s
Pull Request Pipeline / Lint (pull_request) Successful in 2m49s

This commit is contained in:
2026-01-18 14:37:58 +01:00
parent 2ba53fc393
commit 341de5ea18

View File

@@ -85,7 +85,7 @@ jobs:
- name: Verify format
run: flutter analyze lib test
Update-Version:
Update Version:
runs-on: ubuntu-latest
needs: Format
if: gitea.ref == 'refs/heads/development'
@@ -97,7 +97,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
ref: ${{ gitea.head_ref }}
- name: Update version
- name: Increment version number
uses: https://github.com/stikkyapp/update-pubspec-version@v2
with:
strategy: 'patch'