Skip to content

Commit

Permalink
chore(release-process): don't re-verify when publishing
Browse files Browse the repository at this point in the history
as the verify step has already compiled everything
  • Loading branch information
jcornaz authored Jun 22, 2022
1 parent 1af0d43 commit 62d638b
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 @@ -47,7 +47,7 @@
{
"verifyConditionsCmd": "cargo publish --dry-run --allow-dirty",
"prepareCmd": "cargo install cargo-edit && cargo set-version ${nextRelease.version}",
"publishCmd": "cargo publish --allow-dirty"
"publishCmd": "cargo publish --allow-dirty --no-verify"
}
],
[
Expand Down

0 comments on commit 62d638b

Please sign in to comment.