mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-21 11:25:56 +01:00
enable testflight validation
This commit is contained in:
parent
8f09e42d48
commit
75012f0854
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -687,12 +687,6 @@ jobs:
|
||||
EOF
|
||||
|
||||
- name: Validate app in App Store
|
||||
if: |
|
||||
(github.ref == 'refs/heads/main'
|
||||
&& needs.setup.outputs.rc_branch_exists == 0
|
||||
&& needs.setup.outputs.hotfix_branch_exists == 0)
|
||||
|| (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0)
|
||||
|| github.ref == 'refs/heads/hotfix-rc'
|
||||
run: |
|
||||
xcrun altool \
|
||||
--validate-app \
|
||||
|
Loading…
Reference in New Issue
Block a user