Workflows um Format Stage erweitern #175

Merged
flixcoo merged 326 commits from setup/44-workflows-um-format-stage-erweitern into development 2026-01-20 10:48:49 +00:00
Showing only changes of commit 341de5ea18 - Show all commits

View File

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