Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent ccce25b commit aadba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"release": true,
"releaseName": "v${version}"
},
"npm": { "publishArgs": ["--provenance"] },
"npm": { "publishArgs": ["--provenance --access public"] },
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
Expand Down

0 comments on commit aadba08

Please sign in to comment.