Add --what-to-test to iOS submissions (#9856)
Sets the "What to test" field in TestFlight to distinguish between TestFlight and Production builds. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -242,7 +242,7 @@ jobs:
|
||||
--local --output build.ipa --non-interactive
|
||||
|
||||
- name: 🚀 Deploy
|
||||
run: eas submit -p ios --non-interactive --path build.ipa
|
||||
run: eas submit -p ios --non-interactive --path build.ipa --what-to-test "TestFlight build"
|
||||
|
||||
- name: ⬇️ Restore Cache
|
||||
id: get-base-commit
|
||||
|
||||
Reference in New Issue
Block a user