Enable macOS public beta workflow

This commit is contained in:
Davide De Rosa 2022-07-17 14:48:14 +02:00
parent 2c5f3d0bf0
commit c581042b10
1 changed files with 3 additions and 3 deletions

View File

@ -117,9 +117,9 @@ jobs:
- name: Publish on TestFlight (iOS) - name: Publish on TestFlight (iOS)
run: | run: |
bundle exec fastlane --env ios,beta run pilot bundle exec fastlane --env ios,beta run pilot
# - name: Publish on TestFlight (macOS) - name: Publish on TestFlight (macOS)
# run: | run: |
# 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 "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" && git push --tags