Skip to content

Commit be15c3a

Browse files
committed
fix: update Cargo.lock and allow-dirty to bypass publish error
1 parent a92c3de commit be15c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@semantic-release/exec",
2222
{
2323
"prepareCmd": "sed -i 's/^version = \".*\"/version = \"${nextRelease.version}\"/' Cargo.toml && cargo check",
24-
"publishCmd": "cargo publish"
24+
"publishCmd": "cargo publish --allow-dirty"
2525
}
2626
],
2727
"@semantic-release/github",

0 commit comments

Comments
 (0)