We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205d267 commit c0cb610Copy full SHA for c0cb610
fastlane/Fastfile
@@ -684,7 +684,7 @@ platform :ios do
684
distribute_external: true,
685
# If there is a build waiting for beta review, we want to reject that so the new build can be submitted instead
686
reject_build_waiting_for_review: true,
687
- groups: ['Internal a8c beta testers']
+ groups: ['Internal a8c beta testers', 'Public Beta Testers']
688
)
689
sh('cd .. && rm WooCommerce.ipa')
690
end
0 commit comments