Skip to content

fix(cd): do not wait for the Apple notarization verdict - #196

Merged
Davidonium merged 1 commit into
mainfrom
feat/dhernando/wait-false-change
Sep 16, 2026
Merged

Davidonium merged 1 commit into
mainfrom
feat/dhernando/wait-false-change

Conversation

@Davidonium

Copy link
Copy Markdown
Collaborator

Polling the notary service for the submission result returns 429 Too Many Requests and fails the release. GoReleaser also recommends against wait: true.

timeout: 20m stays: with wait: false quill returns right after the submit, and the value is only used for the App Store Connect token lifetime (timeout + 2m).

The published artifact is unchanged — nothing is stapled either way, so Gatekeeper resolves the ticket online. Trade-off: a rejected submission now surfaces in App Store Connect instead of failing the release job.

Polling the notary service for the submission result returns 429 Too Many
Requests and fails the release. Submitting without waiting is also what
GoReleaser recommends.

The published artifact is unchanged: nothing is stapled either way, so
Gatekeeper resolves the ticket online.
@Davidonium
Davidonium requested a review from a team September 16, 2026 10:50
@Davidonium
Davidonium merged commit 2890c39 into main Sep 16, 2026
5 checks passed
@Davidonium
Davidonium deleted the feat/dhernando/wait-false-change branch September 16, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants