Skip to content

Fix npm artifact paths - #8

Merged
zhou-wang-git merged 1 commit into
mainfrom
codex/fix-release-artifact-paths
Jul 17, 2026
Merged

Fix npm artifact paths#8
zhou-wang-git merged 1 commit into
mainfrom
codex/fix-release-artifact-paths

Conversation

@zhou-wang-git

Copy link
Copy Markdown
Member

What changed

  • make both npm publish inputs explicit local tarball paths with a ./ prefix

Why

The v0.2.0 trusted release failed because npm 11 interpreted artifacts/bugbundle-core-0.2.0.tgz as a GitHub repository shorthand and attempted git ls-remote over SSH.

Impact

Release artifacts are resolved from the workflow workspace as intended. OIDC authentication, package access, and the idempotent registry checks are unchanged.

Validation

  • reproduced the path interpretation from the failed Actions log
  • npm publish ./<tarball> --dry-run succeeded for both 0.2.0 artifacts
  • pnpm check
  • pnpm build

@zhou-wang-git
zhou-wang-git marked this pull request as ready for review July 17, 2026 14:06
@zhou-wang-git
zhou-wang-git merged commit a4f7660 into main Jul 17, 2026
6 checks passed
@zhou-wang-git
zhou-wang-git deleted the codex/fix-release-artifact-paths branch July 17, 2026 14:06
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