Skip to content

Wait for npm to serve a release before registering it - #8

Merged
markmnl merged 1 commit into
mainfrom
ci/wait-for-npm-before-registry
Sep 22, 2026
Merged

markmnl merged 1 commit into
mainfrom
ci/wait-for-npm-before-registry

Conversation

@markmnl

@markmnl markmnl commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a step to the publish-registry job that polls npm view @markmnl/fmsg-mcp@<version> every 10s, for up to 5 minutes, before authenticating and publishing to the MCP Registry.

The v0.2.1 release (run 35694748594) failed because the registry job started 8s after npm publish and got version '0.2.1' was not found (status: 404). Re-running the failed job succeeded.

Testing

  • Workflow YAML parses.
  • Ran the same check locally: it passes for @markmnl/[email protected] and fails for a version that doesn't exist.

🤖 Generated with Claude Code

The v0.2.1 registry job started 8s after npm publish and failed with
"version '0.2.1' was not found (status: 404)". Poll npm for up to five
minutes before publishing to the MCP Registry.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
@markmnl
markmnl merged commit ffdb9ec into main Sep 22, 2026
4 checks passed
@markmnl
markmnl deleted the ci/wait-for-npm-before-registry branch September 22, 2026 10:23
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.

1 participant