Skip to content

Commit dc56ef0

Browse files
committed
Change auto_retry gp_downloadmetadata_action parameter to true
1 parent 5c19fca commit dc56ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_downloadmetadata_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def self.available_options
7474
description: 'Whether to auto retry downloads after Too Many Requests error',
7575
type: FastlaneCore::Boolean,
7676
optional: true,
77-
default_value: false),
77+
default_value: true),
7878
]
7979
end
8080

0 commit comments

Comments
 (0)