Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -63,7 +63,7 @@ impl cuddle_ci::ReleaseAction for RustReleaser {
|
||||
.context("failed to find crates.io token (env: CRATES_IO_TOKEN)")?;
|
||||
|
||||
if let Some(cuddle_publish) = &cuddle_file.vars.rust {
|
||||
if cuddle_publish.publish {
|
||||
if cuddle_publish.publish.is_some() {
|
||||
let rust_image = self.client.container().from("rustlang/rust:nightly");
|
||||
|
||||
let src = self.client.host().directory_opts(
|
||||
|
Reference in New Issue
Block a user