Add version number when submitting to TestFlight

This commit is contained in:
Davide De Rosa 2021-10-16 15:50:13 +02:00
parent 8e63a3ae05
commit bbd8770f10
1 changed files with 2 additions and 0 deletions

View File

@ -103,10 +103,12 @@ jobs:
bundler-cache: true
- name: Submit to TestFlight (macOS)
run: |
export PILOT_VERSION_NUMBER=`ci/version-number.sh mac`
export PILOT_BUILD_NUMBER=`ci/build-number.sh mac`
bundle exec fastlane --env mac,beta store_beta
- name: Submit to TestFlight (iOS)
run: |
export PILOT_VERSION_NUMBER=`ci/version-number.sh ios`
export PILOT_BUILD_NUMBER=`ci/build-number.sh ios`
bundle exec fastlane --env ios,beta store_beta
submit_for_app_review: