diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index 011f6b1..fbe4989 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: false + readonly: is_ci ) end