Skip to content

Commit

Permalink
Set version_check_wait_retry_limit to 1 (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored Oct 31, 2024
1 parent 6204ff2 commit b8ba642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8ba642

Please sign in to comment.