feat: make cuddle_releaser great again
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-02 16:54:44 +01:00
parent 378d60e943
commit 9b4c3a61e1
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -140,6 +140,8 @@ impl CuddleReleaser {
#[async_trait]
impl MainAction for CuddleReleaser {
async fn execute_main(&self, _ctx: &mut cli::Context) -> eyre::Result<()> {
self.releaser(CuddleEnv::Prod).await?;
Ok(())
}
}