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 10f3aacf99 - Show all commits

View File

@@ -112,8 +112,16 @@ jobs:
update-version: update-version:
uses: stikkyapp/update-pubspec-version@v2 runs-on: ubuntu-latest
with: steps:
strategy: 'patch' - name: Checkout code
bump-build: false uses: actions/checkout@v4
path: './pubspec.yaml' 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'