Skip to content

Claude/fix GitHub actions jl iw q#39

Merged
thisnick merged 2 commits intomainfrom
claude/fix-github-actions-JLIwQ
Feb 25, 2026
Merged

Claude/fix GitHub actions jl iw q#39
thisnick merged 2 commits intomainfrom
claude/fix-github-actions-JLIwQ

Conversation

@thisnick
Copy link
Copy Markdown
Owner

No description provided.

The publish-binary job failed with Docker exit code 125 because the
source directory was mounted read-only (:ro), preventing Docker from
creating the /build/target mount point for the cargo cache volume on
a fresh CI checkout where the target/ directory doesn't exist.

https://claude.ai/code/session_01NfMnRayQufT7qRxTrkTQ9o
The publish-binary job assumed a GitHub Release already existed for the
version tag, but changeset publish only creates npm tags — not GitHub
Releases. Add `gh release create` (idempotent with `|| true`) before
the upload step so the release is created on the first matrix leg and
reused by the second.

https://claude.ai/code/session_01NfMnRayQufT7qRxTrkTQ9o
@thisnick thisnick merged commit 65289a7 into main Feb 25, 2026
1 check passed
@thisnick thisnick deleted the claude/fix-github-actions-JLIwQ branch February 25, 2026 03:58
@github-actions github-actions bot mentioned this pull request Feb 25, 2026
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.

2 participants