mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
testing upload to test flight
This commit is contained in:
parent
850af591b0
commit
aa461fa481
7
.github/workflows/build-desktop.yml
vendored
7
.github/workflows/build-desktop.yml
vendored
@ -962,12 +962,7 @@ jobs:
|
||||
env:
|
||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
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-desktop'
|
||||
if: always()
|
||||
run: npm run upload:mas
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user