Skip to content

Commit d54fb2e

Browse files
committed
ci: update publish command to include --no-git-checks flag
1 parent d83a9f4 commit d54fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
[
1919
"@semantic-release/exec",
2020
{
21-
publishCmd: "pnpm publish",
21+
publishCmd: "pnpm publish --no-git-checks",
2222
},
2323
],
2424
[

0 commit comments

Comments
 (0)