Add Google Play upload workflow for mobile releases

This commit is contained in:
Juan José Mata
2026-04-24 19:56:03 +02:00
parent 43460664c4
commit ca423621ac
2 changed files with 126 additions and 0 deletions

View File

@@ -71,6 +71,15 @@ jobs:
uses: ./.github/workflows/flutter-build.yml
secrets: inherit
play-store:
name: Upload Android to Google Play
needs: [build, prepare_release]
uses: ./.github/workflows/google-play-upload.yml
with:
notes: "Mobile release ${{ needs.prepare_release.outputs.tag_name }}"
track: internal
secrets: inherit
testflight:
name: Upload iOS to TestFlight
needs: [build, release]