Wire TestFlight up to mobile releases

This commit is contained in:
Juan José Mata
2026-02-18 10:31:24 +01:00
parent 65f1daa995
commit e9bba43554
4 changed files with 23 additions and 3 deletions

View File

@@ -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]