From 0274faa197bd00d75ccc4c9d50617629b56285d7 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 17 Jun 2021 18:35:37 +0200 Subject: [PATCH] Make it live! --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f288326306..85e3d777ac 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -45,7 +45,8 @@ platform :android do skip_upload_images: true, skip_upload_screenshots: true, skip_upload_changelogs: true, - validate_only: true + # Set to true to not update the PlayStore + validate_only: false ) end