Skip to content

Commit 4f237fd

Browse files
phrontizoclaude
andcommitted
fix: add 15-minute timeout to notarytool submit
Prevents the release workflow from hanging indefinitely if Apple's notary service is slow to respond. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d54f84e commit 4f237fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
--password "$APPLE_ID_PASSWORD" \
129129
--team-id "$APPLE_TEAM_ID" \
130130
--wait \
131+
--timeout 15m \
131132
--output-format json)
132133
133134
echo "$SUBMIT_OUT"

0 commit comments

Comments
 (0)