mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-20 14:52:34 +00:00
Enable macOS public beta workflow
This commit is contained in:
parent
2c5f3d0bf0
commit
c581042b10
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user