Skip to content

fix: use ./ prefix for npm publish local paths#105

Merged
stephenc222 merged 2 commits into
mainfrom
fix/npm-publish-local-paths
Jun 19, 2026
Merged

fix: use ./ prefix for npm publish local paths#105
stephenc222 merged 2 commits into
mainfrom
fix/npm-publish-local-paths

Conversation

@stephenc222

Copy link
Copy Markdown
Contributor

Summary

  • npm was interpreting packages/hotspots-linux-x64 as a GitHub shorthand (<org>/<repo>) instead of a local directory path, causing a git SSH permission error on publish
  • Fix: prefix all npm publish paths with ./ to force local directory resolution

Test plan

  • Trigger a patch release and confirm publish-npm job completes without the git SSH error

🤖 Generated with Claude Code

@stephenc222 stephenc222 merged commit 862a4df into main Jun 19, 2026
7 checks passed
@stephenc222 stephenc222 deleted the fix/npm-publish-local-paths branch June 19, 2026 01:08
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