Skip to content

Commit

Permalink
reduce retry for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Oct 19, 2023
1 parent 2c1796c commit 9eb2a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9eb2a32

Please sign in to comment.