v0.2.2 (2026-02-16)
Bug Fixes
When semantic-release determines no release is needed, the build/publish steps are skipped and uv is never invoked. The post-job cache cleanup then fails because the cache directory was never created, marking the entire run as failed.
Disable caching since uv is only used conditionally (via uvx for builds).
Fixes: https://github.com/ambient-code/mcp/actions/runs/22051441188
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
Detailed Changes: v0.2.1...v0.2.2