Skip to content

Commit 4bcfb69

Browse files
manuelbiehclaude
andcommitted
fix: add trailing slash to publishConfig registry URL
@semantic-release/npm@13 compares publishConfig.registry against its internal OFFICIAL_REGISTRY constant using strict equality. The constant has a trailing slash; without it, OIDC token exchange is silently skipped. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e875621 commit 4bcfb69

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
@@ -22,7 +22,7 @@
2222
"es"
2323
],
2424
"publishConfig": {
25-
"registry": "https://registry.npmjs.org",
25+
"registry": "https://registry.npmjs.org/",
2626
"access": "public",
2727
"provenance": true
2828
},

0 commit comments

Comments
 (0)