Skip to content

Commit fefddcd

Browse files
committed
fix: remove cargo check and allow rust to publish with dirty lockfile
1 parent ba3c5cb commit fefddcd

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
@@ -20,7 +20,7 @@
2020
[
2121
"@semantic-release/exec",
2222
{
23-
"prepareCmd": "sed -i 's/^version = \".*\"/version = \"${nextRelease.version}\"/' Cargo.toml && cargo check",
23+
"prepareCmd": "sed -i 's/^version = \".*\"/version = \"${nextRelease.version}\"/' Cargo.toml",
2424
"publishCmd": "cargo publish --allow-dirty"
2525
}
2626
],

0 commit comments

Comments
 (0)