Skip to content

Commit 684190a

Browse files
authored
fix(workflow): 🐛 fix error when publishing release (#873)
1 parent 9db6a53 commit 684190a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.release-it.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"commit": true,
1212
"tag": true,
1313
"push": true,
14+
"commitArgs": ["-S", "--no-verify"],
15+
"tagArgs": ["-s"],
1416
"requireCleanWorkingDir": true
1517
},
1618
"github": {
@@ -29,5 +31,7 @@
2931
"mvn clean install -f core-java/pom.xml -DskipTests -Dcheckstyle.skip"
3032
]
3133
},
32-
"npm": false
34+
"npm": {
35+
"publish": false
36+
}
3337
}

0 commit comments

Comments
 (0)