Skip to content

fix(ci): add publishConfig for GitHub Packages#8

Merged
Tim Beyer (TimBeyer) merged 1 commit into
mainfrom
fix/release-publish-config
Apr 17, 2026
Merged

fix(ci): add publishConfig for GitHub Packages#8
Tim Beyer (TimBeyer) merged 1 commit into
mainfrom
fix/release-publish-config

Conversation

@TimBeyer

Copy link
Copy Markdown
Collaborator

Summary

  • Add publishConfig.registry pointing to https://npm.pkg.github.com/ so release-it's npm auth check and publish target the correct registry

Without this, release-it runs npm whoami against the default npm registry, which fails because GITHUB_TOKEN only authenticates against GitHub Packages.

Test plan

  • CI/CD release job passes after merge

🤖 Generated with Claude Code

release-it's npm auth check runs against the default registry unless
publishConfig.registry is set. This tells both the auth check and
npm publish to use GitHub Packages.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@TimBeyer
Tim Beyer (TimBeyer) merged commit 899e61d into main Apr 17, 2026
6 of 7 checks passed
@TimBeyer
Tim Beyer (TimBeyer) deleted the fix/release-publish-config branch April 17, 2026 14:10
@renovate renovate Bot mentioned this pull request Jul 15, 2026
1 task
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