diff --git a/ci/src/main.rs b/ci/src/main.rs index d2a177d..104ccc8 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -12,7 +12,7 @@ async fn main() -> eyre::Result<()> { .subcommand(clap::Command::new("release")) .get_matches(); - let client = dagger_sdk::connect()?; + let client = dagger_sdk::connect().await?; match matches.subcommand() { Some(("pr", _)) => {