Skip to content

Commit

Permalink
wait true for notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 19, 2025
1 parent 5f9a24a commit c89e640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ notarize:
issuer_id: "{{ .Env.MACOS_NOTARY_ISSUER_ID }}"
key: "{{ .Env.MACOS_NOTARY_KEY }}"
key_id: "{{ .Env.MACOS_NOTARY_KEY_ID }}"
wait: false
wait: true
timeout: 20m

app_bundles:
- icon: ./misc/osx/Rio.app/Contents/Resources/icon.icns
Expand Down

0 comments on commit c89e640

Please sign in to comment.