From 2d750c951de25e7d3aa13e06b31b2419eaa1b313 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Thu, 31 Oct 2024 21:06:43 +0100 Subject: [PATCH] Set version_check_wait_retry_limit to 1 (#3511) 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 0cadad0296..1d0d12d932 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -221,7 +221,7 @@ lane :upload_metadata do |options| deliver(common_deliver_arguments.merge(options).merge({ skip_binary_upload: true, skip_metadata: false, - version_check_wait_retry_limit: 0 + version_check_wait_retry_limit: 1 })) end