reduce retry for now

pull/1755/head
Mikael Finstad 2023-10-19 18:04:57 +08:00
rodzic 2c1796c2ac
commit 9eb2a325c2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ jobs:
# release the app after building
release: ${{ env.is_tag == 'true' }}
max_attempts: 2
max_attempts: 1
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}