Updated workflow name
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user