Fix missing identity for beta tag

This commit is contained in:
Davide De Rosa 2022-11-01 19:00:26 +01:00
parent 2b083565a1
commit b1114514f0
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ jobs:
bundle exec fastlane --env mac,beta run pilot bundle exec fastlane --env mac,beta run pilot
- name: Tag beta - name: Tag beta
run: | run: |
git config user.name "Passepartout Beta"
git config user.email "beta@passepartoutvpn.app"
git tag -a "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" -m "Public Beta" && git push --tags git tag -a "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" -m "Public Beta" && git push --tags
submit_for_app_review: submit_for_app_review:
name: Submit to App Review name: Submit to App Review