Enable macOS in "Public Beta" job

This commit is contained in:
Davide De Rosa 2022-05-18 11:17:28 +02:00
parent 4455f66d10
commit 6bb46ef8b4
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