Revert "Enable macOS in "Public Beta" job"

This reverts commit 6bb46ef8b4.
This commit is contained in:
Davide De Rosa 2022-05-21 19:05:57 +02:00
parent a2d4ed370e
commit 930ff65193
1 changed files with 3 additions and 3 deletions

View File

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