set ios beta changelog to latest commit message

This commit is contained in:
Kai Kriegel 2021-09-28 02:52:19 +02:00
parent dc8c66616f
commit 98d65529cc

View File

@ -230,7 +230,7 @@ deploy_iOS_beta:
script:
- 'bundle install'
- 'bundle update fastlane'
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa --distribute_external true --groups Beta'
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa --distribute_external true --groups Beta --changelog "$CI_COMMIT_MESSAGE"'
after_script:
- 'rm app-store-credentials.json'
dependencies: