Skip to content

Commit 34d7ddc

Browse files
committed
fix(release): update .release-it.cjs with public access and registry URL
1 parent 010304d commit 34d7ddc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.release-it.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ module.exports = () => {
141141
publish: true,
142142
skipChecks: true,
143143
provenance: true,
144+
access: "public",
145+
registry: "https://registry.npmjs.org/",
144146
versionArgs: ["--no-git-tag-version"],
145-
publishArgs: ["--access", "public"],
146147
},
147148

148149
plugins: {

0 commit comments

Comments
 (0)