We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16036a commit 39f8f71Copy full SHA for 39f8f71
1 file changed
scripts/release.sh
@@ -530,7 +530,9 @@ if [[ -n "$RUN_ID" ]]; then
530
echo "🔎 Verify MCP Registry: https://registry.modelcontextprotocol.io/v0/servers?search=com.xcodebuildmcp/XcodeBuildMCP&version=latest"
531
else
532
echo ""
533
- echo "❌ CI workflow failed!"
+ 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"
536
537
# Prefer job state: if the primary 'release' job succeeded, treat as success.
538
RELEASE_JOB_CONCLUSION=$(gh run view "$RUN_ID" --json jobs --jq '.jobs[] | select(.name=="release") | .conclusion')
0 commit comments