mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Start implementing automatic builds
This commit is contained in:
9
.github/workflows/android-release.yml
vendored
9
.github/workflows/android-release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user