mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Tag private beta after upload
This commit is contained in:
parent
e77d78526b
commit
a7258b3a94
5
.github/workflows/private_beta.yml
vendored
5
.github/workflows/private_beta.yml
vendored
@ -87,3 +87,8 @@ jobs:
|
||||
fi
|
||||
export PILOT_CHANGELOG=`ci/build-changelog.sh $PLATFORM`
|
||||
bundle exec fastlane --env $PLATFORM,beta run pilot
|
||||
- name: Tag beta
|
||||
run: |
|
||||
APP_VERSION=`ci/version-number.sh ios`
|
||||
BUILD_NUMBER=`ci/build-number.sh ios`
|
||||
git tag "v$APP_VERSION-pb$BUILD_NUMBER" && git push --tags
|
||||
|
Loading…
Reference in New Issue
Block a user