Deploy to iTunes Connect / TestFlight (with Deliver) v2.10.0

We released a new version (2.10.0) of Deploy to iTunes Connect / TestFlight (with Deliver) step.

Changes:

  • BREAKING CHANGE: update_deliver input removed - Use gemfile_path or fastlane_version to control which fastlane version to use
  • NEW INPUT: gemfile_path - Path to the Gemfile which contains fastlane gem
  • NEW INPUT: fastlane_version - This option lets you specify a specific version of the fastlane gem to be installed
  • managed dependencies with dep
1 Like

To use the system installed fastlane version in this new step version simply clear both the gemfile_path input (if you’d have set anything) as well as the fastlane_version inputs.

1 Like