Skip to content

fix: publish the release tarball as a local path#8

Merged
devanchohan merged 1 commit into
mainfrom
codex/fix-release-publish-path
Jul 13, 2026
Merged

fix: publish the release tarball as a local path#8
devanchohan merged 1 commit into
mainfrom
codex/fix-release-publish-path

Conversation

@devanchohan

Copy link
Copy Markdown
Contributor

What changed

Prefix the release tarball passed to npm publish with ./.

Why

npm treated release/contextfence-0.1.0.tgz as a GitHub SSH dependency during the trusted OIDC publish job, even though it was the verified local artifact.

Validation

  • npm publish ./release/contextfence-0.1.0.tgz --dry-run
  • node scripts/release-check.mjs --version 0.1.0

Copilot AI review requested due to automatic review settings July 13, 2026 07:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions release workflow so npm publish is explicitly given a local file path, preventing npm from misinterpreting the tarball as a GitHub SSH dependency during the OIDC publish job.

Changes:

  • Prefix the tarball path with ./ when invoking npm publish in the release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devanchohan
devanchohan merged commit 47de6dc into main Jul 13, 2026
6 checks passed
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