From 62d638b7fd3731ecb7578f2a913c8609db1a1794 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Wed, 22 Jun 2022 14:33:18 +0200 Subject: [PATCH] chore(release-process): don't re-verify when publishing as the verify step has already compiled everything --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index f566662..c2852cf 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -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" } ], [