We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return
1 parent 9f8621c commit 2b072a5Copy full SHA for 2b072a5
lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_to_s3.rb
@@ -24,10 +24,10 @@ def self.run(params)
24
message = "File already exists in S3 bucket #{bucket} at #{key}"
25
if params[:skip_if_exists]
26
UI.important("#{message}. Skipping upload.")
27
+ return key
28
else
29
UI.user_error!(message)
30
end
- return key
31
32
33
UI.message("Uploading #{file_path} to: #{key}")
0 commit comments