diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0384300e..5517c5c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,6 +56,8 @@ jobs: # release the app after building release: ${{ env.is_tag == 'true' }} + max_attempts: 2 + mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }}