Skip to content

Commit 5e4edf1

Browse files
AddonoCopilot
andcommitted
fix: match npm registry URL for OIDC publishing
Use the exact official npm registry URL expected by @semantic-release/npm so the plugin recognizes Trusted Publishing instead of falling back to token authentication. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent db9f285 commit 5e4edf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"url": "git+https://github.com/Addono/gh-attach.git"
7575
},
7676
"publishConfig": {
77-
"registry": "https://registry.npmjs.org"
77+
"registry": "https://registry.npmjs.org/"
7878
},
7979
"engines": {
8080
"node": ">=20"

0 commit comments

Comments
 (0)