Skip to content

Commit

Permalink
fix(release): run cargo check to force-update lockfile
Browse files Browse the repository at this point in the history
This is suboptimal but unfortunately necessary
  • Loading branch information
msfjarvis committed Jun 3, 2022
1 parent 263b764 commit 22ca888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@semantic-release/exec",
{
"verifyConditionsCmd": "semantic-release-rust verify-conditions",
"prepareCmd": "semantic-release-rust prepare ${nextRelease.version}",
"prepareCmd": "semantic-release-rust prepare ${nextRelease.version} && cargo check",
"publishCmd": "semantic-release-rust publish"
}
],
Expand Down

0 comments on commit 22ca888

Please sign in to comment.