Tried version update
This commit is contained in:
@@ -60,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -101,9 +102,18 @@ jobs:
|
|||||||
git add lib test
|
git add lib test
|
||||||
git commit -m "Auto-format code"
|
git commit -m "Auto-format code"
|
||||||
git push
|
git push
|
||||||
|
# Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Verify format
|
- name: Verify format
|
||||||
run: flutter analyze lib test
|
run: flutter analyze lib test
|
||||||
|
|
||||||
|
|
||||||
|
update-version:
|
||||||
|
uses: stikkyapp/update-pubspec-version@v2
|
||||||
|
with:
|
||||||
|
strategy: 'patch'
|
||||||
|
bump-build: false
|
||||||
|
path: './pubspec.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user