From 556a51e8be74f57b71ea67fb41923bc4f31f1317 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 15 Mar 2021 14:45:19 +0100 Subject: [PATCH] fix action --- packages/stream_chat_v1/ios/fastlane/Fastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index 15e7ecd..ec2adc8 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -40,8 +40,7 @@ platform :ios do firebase_app_distribution( app: "1:674907137625:ios:cafb9fb076a453c4d7f348", - groups: "ios-stream-testers", - skip_waiting_for_build_processing: true + groups: "ios-stream-testers" ) end end \ No newline at end of file