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

@@ -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*'