From 700cf924c8d6a40b74da96e514d34e4f2a51a62b Mon Sep 17 00:00:00 2001 From: Kirill Zhukov Date: Sun, 25 Aug 2024 19:32:46 +0300 Subject: [PATCH] Fix play store check pipeline --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c8426794..d0c2cee7 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -58,7 +58,7 @@ platform :android do validate_only: true, skip_upload_aab: true, skip_upload_apk: true, - changes_not_sent_for_review: false + changes_not_sent_for_review: true ) end end