Annotate public beta tags

This commit is contained in:
Davide De Rosa 2022-10-31 14:05:15 +01:00
parent baac1f59a8
commit dc76776fe8
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ 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 tag "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" && 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
runs-on: ubuntu-latest runs-on: ubuntu-latest