Skip to content

fix: correct repository URLs for npm Trusted Publishing - #4

Merged
maggit merged 1 commit into
mainfrom
fix/publish-repo-url
Feb 8, 2026
Merged

fix: correct repository URLs for npm Trusted Publishing#4
maggit merged 1 commit into
mainfrom
fix/publish-repo-url

Conversation

@maggit

@maggit maggit commented Feb 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix repository.url and homepage in both package.json and packages/cli/package.json to point to maggit/claude-workspace instead of raquelhernandez/claude-workstation
  • Sync CLI package version from 0.1.1 to 0.2.1 to match root

Problem

npm publish via GitHub Actions was failing with:

npm notice Access token expired or revoked. Please try logging in again.
npm error 404 Not Found - PUT https://registry.npmjs.org/@maggit%2fclaude-workspace

The Trusted Publishing (OIDC) token claims maggit/claude-workspace as the repository, but the package metadata said raquelhernandez/claude-workstation — npm rejected the mismatch.

Test plan

  • Merge and tag v0.2.1 (or next version) to trigger the release workflow
  • Verify Release to npm workflow completes successfully

🤖 Generated with Claude Code

The repository URLs pointed to raquelhernandez/claude-workstation instead
of maggit/claude-workspace, causing npm Trusted Publishing (OIDC) to
reject the publish — the OIDC token claims didn't match the package
metadata. Also syncs CLI package version to 0.2.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@maggit
maggit merged commit 64049a4 into main Feb 8, 2026
1 check passed
@maggit
maggit deleted the fix/publish-repo-url branch February 12, 2026 04:00
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