diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ef829c945..114bce38f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -112,10 +112,7 @@ platform :ios do distribute_external: true, notify_external_testers: true, skip_waiting_for_build_processing: false, - groups: [ - "WalletConnect", - "WalletConnect Users" - ] + groups: ["WalletConnect Users"] ) clean_build_artifacts() end