Skip to content

Commit 9ee0dc2

Browse files
[Brand Updates] Disable automatic publishing of TestFlight build (#15044)
2 parents 2d56f74 + 7b259d0 commit 9ee0dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ platform :ios do
684684
distribute_external: true,
685685
# If there is a build waiting for beta review, we want to reject that so the new build can be submitted instead
686686
reject_build_waiting_for_review: true,
687-
groups: ['Internal a8c beta testers', 'Public Beta Testers']
687+
groups: ['Internal a8c beta testers']
688688
)
689689
sh('cd .. && rm WooCommerce.ipa')
690690
end

0 commit comments

Comments
 (0)