mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 06:59:10 +00:00
Add version number when submitting to TestFlight
This commit is contained in:
parent
8e63a3ae05
commit
bbd8770f10
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@ -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
Block a user