Replace assignTestFlightGroup boolean with testFlightGroup choice

Lets the dispatcher pick which TestFlight group an iOS build gets
assigned to (QA Team, Software Mansion, or none). Previously the
input was a boolean that always pointed at "QA Team". Nightly build
keeps current behavior by passing "QA Team" explicitly.
This commit is contained in:
vineyardbovines
2026-06-24 10:12:25 -04:00
parent ea0ef23340
commit a303107cee
2 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
uses: ./.github/workflows/build-submit-ios.yml
with:
profile: testflight
assignTestFlightGroup: true
testFlightGroup: "QA Team"
secrets: inherit
android: