From b8ba6421c1000b42bed4545ea4b7251a52aebd4b Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Thu, 31 Oct 2024 21:09:02 +0100 Subject: [PATCH] Set version_check_wait_retry_limit to 1 (#3488) Task/Issue URL: https://app.asana.com/0/1203301625297703/1208664774795332/f --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 044c6099cf..61158943f5 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -161,7 +161,7 @@ platform :mac do deliver(common_deliver_arguments(options).merge({ skip_binary_upload: true, skip_metadata: false, - version_check_wait_retry_limit: 0 + version_check_wait_retry_limit: 1 })) end