Start implementing automatic builds

This commit is contained in:
Roland Geider
2021-04-21 09:43:25 +02:00
parent 9bc7b9856c
commit 6cd498bc4f
3 changed files with 37 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
name: Google Play release
on:
push:
branches: [ master ]
branches:
- 'release/*'
jobs:
deploy_android:
@@ -38,6 +39,12 @@ jobs:
- name: Generated translation files
run: flutter gen-l10n
- name: Bump version
uses: maierj/fastlane-action@v2.0.0
with:
lane: setVersion
subdirectory: android
- name: Build AAB
run: flutter build appbundle --release --no-sound-null-safety
env: