Skip to content

Commit 3aabe59

Browse files
committed
fix: publish workflow
1 parent f6778f1 commit 3aabe59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
"release-it": {
8787
"git": {
8888
"commitMessage": "chore: release ${version}",
89-
"tagName": "v${version}"
89+
"tagName": "v${version}",
90+
"requireCleanWorkingDir": false,
91+
"addFiles": ["package.json"]
9092
},
9193
"npm": {
9294
"publish": true

0 commit comments

Comments
 (0)