mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Wire TestFlight up to mobile releases
This commit is contained in:
8
.github/workflows/mobile-release.yml
vendored
8
.github/workflows/mobile-release.yml
vendored
@@ -15,6 +15,14 @@ jobs:
|
||||
uses: ./.github/workflows/flutter-build.yml
|
||||
secrets: inherit
|
||||
|
||||
testflight:
|
||||
name: Upload iOS to TestFlight
|
||||
needs: [build]
|
||||
uses: ./.github/workflows/ios-testflight.yml
|
||||
with:
|
||||
notes: "Mobile release ${{ github.ref_name }}"
|
||||
secrets: inherit
|
||||
|
||||
release:
|
||||
name: Create Mobile GitHub Release
|
||||
needs: [build]
|
||||
|
||||
Reference in New Issue
Block a user