Skip to content

Commit

Permalink
Set version_check_wait_retry_limit to 1 (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored Oct 31, 2024
1 parent 62f9154 commit 2d750c9
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 @@ -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

Expand Down

0 comments on commit 2d750c9

Please sign in to comment.