mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 07:45:52 +00:00
Publish crates without --no-verify
We've had multiple bug breaking `cargo install` now, which would have been caught by this.
This commit is contained in:
parent
a06b19798e
commit
978bdaf8fe
@ -189,10 +189,6 @@ impl Crate {
|
|||||||
command
|
command
|
||||||
.arg("publish")
|
.arg("publish")
|
||||||
.args(["--token", token.unsecure()])
|
.args(["--token", token.unsecure()])
|
||||||
// By this point in the process, the crates have been built
|
|
||||||
// successfully multiple times. No reason to slow down the
|
|
||||||
// release by building them again.
|
|
||||||
.arg("--no-verify")
|
|
||||||
.current_dir(&self.path);
|
.current_dir(&self.path);
|
||||||
|
|
||||||
if dry_run {
|
if dry_run {
|
||||||
|
Loading…
Reference in New Issue
Block a user