Skip to content

Commit fc93e88

Browse files
amittellclaude
andcommitted
fix: add publishConfig for OIDC trusted publisher with scoped package
Scoped packages need publishConfig.registry in package.json for npm to correctly exchange the OIDC token with the registry during publish. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d701cd commit fc93e88

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
"url": "https://github.com/amittell/agentcli/issues"
7171
},
7272
"homepage": "https://github.com/amittell/agentcli#readme",
73+
"publishConfig": {
74+
"registry": "https://registry.npmjs.org",
75+
"access": "public"
76+
},
7377
"devDependencies": {
7478
"@eslint/js": "^10.0.1",
7579
"eslint": "^10.0.2",

0 commit comments

Comments
 (0)