mirror of
https://github.com/we-promise/sure.git
synced 2026-05-07 12:54:04 +00:00
Add Google Play upload workflow for mobile releases
This commit is contained in:
9
.github/workflows/mobile-release.yml
vendored
9
.github/workflows/mobile-release.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user