Commit 4bcfb69
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments