Summary
The code/release repo is ready to publish @useorgx/orgx-opencode-plugin@0.1.0-alpha.2, but npm registry publication is blocked by npm package auth/trusted-publisher settings.
Current evidence
Repo-side cleanup already completed
npm settings to verify
In npm package settings for @useorgx/orgx-opencode-plugin, configure trusted publishing:
- Publisher: GitHub Actions
- Organization or user:
useorgx
- Repository:
orgx-opencode-plugin
- Workflow filename:
publish.yml
- Allowed action:
npm publish
- Environment name: empty, unless a GitHub environment is later added to the workflow
After npm settings are fixed
Because the original v0.1.0-alpha.2 release ran against the older workflow commit, publish from current main by either recreating the v0.1.0-alpha.2 release/tag after verifying npm settings or making a follow-up alpha release. Then verify with:
npm view @useorgx/orgx-opencode-plugin version license dist-tags --json
Expected: version/dist-tag points to 0.1.0-alpha.2 and license reports MIT.
Summary
The code/release repo is ready to publish
@useorgx/orgx-opencode-plugin@0.1.0-alpha.2, but npm registry publication is blocked by npm package auth/trusted-publisher settings.Current evidence
version: 0.1.0-alpha.2,license: MIT,LICENSEincluded in package files.npm publish --access public --tag alphawith E404 / not permitted.npm whoamireturns E401 Unauthorized.npm view @useorgx/orgx-opencode-pluginstill reports0.1.0-alpha.1andUNLICENSED.Repo-side cleanup already completed
0.1.0-alpha.2: chore: prepare OpenCode plugin alpha 2 #5npm settings to verify
In npm package settings for
@useorgx/orgx-opencode-plugin, configure trusted publishing:useorgxorgx-opencode-pluginpublish.ymlnpm publishAfter npm settings are fixed
Because the original
v0.1.0-alpha.2release ran against the older workflow commit, publish from current main by either recreating thev0.1.0-alpha.2release/tag after verifying npm settings or making a follow-up alpha release. Then verify with:Expected: version/dist-tag points to
0.1.0-alpha.2and license reportsMIT.