Tag private beta after upload

This commit is contained in:
Davide De Rosa 2022-04-27 13:37:22 +02:00
parent e77d78526b
commit a7258b3a94
1 changed files with 5 additions and 0 deletions

View File

@ -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