deliver/lib/deliver/upload_screenshots.rb in fastlane-2.55.0.beta.20170825010003 vs deliver/lib/deliver/upload_screenshots.rb in fastlane-2.55.0.beta.20170826010003
- old
+ new
@@ -60,9 +60,11 @@
end
# ideally we should only save once, but itunes server can't cope it seems
# so we save per language. See issue #349
UI.message("Saving changes")
v.save!
+ # Refresh app version to start clean again. See issue #9859
+ v = app.edit_version
end
UI.success("Successfully uploaded screenshots to iTunes Connect")
end
def collect_screenshots(options)