Add version number when submitting to TestFlight
This commit is contained in:
parent
8e63a3ae05
commit
bbd8770f10
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue