1
0
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:
Álison Fernandes 2024-10-17 23:39:35 +01:00
parent 8f09e42d48
commit 75012f0854
No known key found for this signature in database
GPG Key ID: B8CE98903DFC87BC

View File

@ -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 \