mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 21:12:10 +00:00
Fix missing identity for beta tag
This commit is contained in:
parent
2b083565a1
commit
b1114514f0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -122,6 +122,8 @@ jobs:
|
||||
bundle exec fastlane --env mac,beta run pilot
|
||||
- name: Tag beta
|
||||
run: |
|
||||
git config user.name "Passepartout Beta"
|
||||
git config user.email "beta@passepartoutvpn.app"
|
||||
git tag -a "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" -m "Public Beta" && git push --tags
|
||||
submit_for_app_review:
|
||||
name: Submit to App Review
|
||||
|
Loading…
Reference in New Issue
Block a user