deliver/lib/deliver/upload_screenshots.rb in fastlane-2.2.0 vs deliver/lib/deliver/upload_screenshots.rb in fastlane-2.3.0

- old
+ new

@@ -1,9 +1,10 @@ module Deliver # upload screenshots to iTunes Connect class UploadScreenshots def upload(options, screenshots) return if options[:skip_screenshots] + return if options[:edit_live] app = options[:app] v = app.edit_version(platform: options[:platform]) UI.user_error!("Could not find a version to edit for app '#{app.name}'") unless v