Skip to content

fix: add NODE_AUTH_TOKEN to npm publish step#10

Merged
TMHSDigital merged 1 commit into
mainfrom
fix/publish-npm-token
May 25, 2026
Merged

fix: add NODE_AUTH_TOKEN to npm publish step#10
TMHSDigital merged 1 commit into
mainfrom
fix/publish-npm-token

Conversation

@TMHSDigital
Copy link
Copy Markdown
Owner

Summary

  • publish.yml was missing the NODE_AUTH_TOKEN env var on the npm publish step. Without it npm has no credentials and the publish fails at auth.
  • Matches the identical fix already present in Developer-Tools-MCP.

Test plan

  • One-line diff, no logic change
  • CI green

Without this env var the publish step has no credentials and fails at
npm auth. Matches the publish.yml pattern used in Developer-Tools-MCP.

Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
@TMHSDigital TMHSDigital merged commit db6704e into main May 25, 2026
5 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.

1 participant