Workflows um Format Stage erweitern #175
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user