From 223041782196c3811fc1473c9d612f8555c411e6 Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Wed, 28 Apr 2021 13:14:54 +0100 Subject: [PATCH] Remove validation guard --- fastlane/Fastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ba6e68b7c6db..6d53bc6df0ea 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,8 +28,7 @@ platform :android do apk: apkPath, track: 'internal', skip_upload_screenshots: true, - skip_upload_images: true, - validate_only: true + skip_upload_images: true ) end