Skip to content

Commit 39f8f71

Browse files
committed
Add message on monitoring fail
1 parent d16036a commit 39f8f71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,9 @@ if [[ -n "$RUN_ID" ]]; then
530530
echo "🔎 Verify MCP Registry: https://registry.modelcontextprotocol.io/v0/servers?search=com.xcodebuildmcp/XcodeBuildMCP&version=latest"
531531
else
532532
echo ""
533-
echo "❌ CI workflow failed!"
533+
echo "❌ CI workflow monitoring failed!"
534+
echo "ℹ️ This may be a transient API error. The workflow may still be running."
535+
echo " Check manually: gh run view $RUN_ID"
534536
echo ""
535537
# Prefer job state: if the primary 'release' job succeeded, treat as success.
536538
RELEASE_JOB_CONCLUSION=$(gh run view "$RUN_ID" --json jobs --jq '.jobs[] | select(.name=="release") | .conclusion')

0 commit comments

Comments
 (0)