Skip to content

Commit 096031c

Browse files
authored
Merge pull request #81 from Addono/copilot/fix-npm-registry-oidc
fix: match npm registry URL for OIDC publishing
2 parents db9f285 + 5e4edf1 commit 096031c

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)