mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Wire TestFlight up to mobile releases
This commit is contained in:
6
.github/workflows/ios-testflight.yml
vendored
6
.github/workflows/ios-testflight.yml
vendored
@@ -7,6 +7,12 @@ on:
|
||||
description: "TestFlight release notes"
|
||||
required: false
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
notes:
|
||||
description: "TestFlight release notes"
|
||||
required: false
|
||||
type: string
|
||||
push:
|
||||
tags:
|
||||
- 'ios-v*'
|
||||
|
||||
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