chore: add release action"
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-11 15:30:19 +01:00
parent 227bbcef8e
commit 0c6ba3d630
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -46,13 +46,12 @@ async fn main() -> eyre::Result<()> {
let deployment = &CuddleReleaser::new(client.clone()).await?;
let mut ci = CuddleCI::default();
ci.with_pull_request(service)
.with_pull_request(render)
//.with_pull_request(deployment.clone())
.with_main(service)
.with_main(render)
.with_main(deployment);
.with_main(deployment)
.with_release(service);
if cuddle_file.please.is_some() {
ci.with_main(&CuddlePlease::new(client.clone()));