Skip to content

Commit ee4915d

Browse files
KillerXclaude
andcommitted
Upload TestFlight builds to the 'Open beta' external group
The external testing group in App Store Connect is named 'Open beta', not 'Beta', so uploads from CI were never reaching it (group sat at 0 builds). Fix the group name in the testflight lane to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 440172e commit ee4915d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ platform :ios do
4141
team_id: APPLE_TEAM_ID,
4242
ipa: '../build/ios/ipa/bccm.ipa',
4343
distribute_external: true,
44-
groups: ['Beta'],
44+
groups: ['Open beta'],
4545
skip_waiting_for_build_processing: false,
4646
changelog: 'Automated build from master'
4747
)

0 commit comments

Comments
 (0)