feat: update stuff
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-27 15:59:18 +01:00
parent 326e4b6fa8
commit 48b9e8ff1f
2 changed files with 30 additions and 29 deletions

View File

@@ -30,6 +30,7 @@ async fn main() -> eyre::Result<()> {
.with_pull_request(service)
.with_main(service)
.with_main(cuddle_please)
.with_release(service)
.with_release(rust_releaser)
.execute(std::env::args())
.await?;