From 078c6324f3050db4c22d7effbb1a3f502b9e4df6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 6 Sep 2021 11:23:46 +0200 Subject: [PATCH] chore: update fastlane --- packages/stream_chat_v1/ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index fbe4989..011f6b1 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -26,7 +26,7 @@ lane :match_appstore do app_identifier: [ "io.getstream.flutter", ], - readonly: is_ci + readonly: false ) end