diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9cbe7f69..203df116 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :android do build_type: "release", ) upload_to_play_store( - changes_not_sent_for_review: true, + release_status: "draft", skip_upload_images: true, skip_upload_screenshots: true )