feat: make cuddle_releaser great again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
378d60e943
commit
9b4c3a61e1
@ -140,6 +140,8 @@ impl CuddleReleaser {
|
|||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl MainAction for CuddleReleaser {
|
impl MainAction for CuddleReleaser {
|
||||||
async fn execute_main(&self, _ctx: &mut cli::Context) -> eyre::Result<()> {
|
async fn execute_main(&self, _ctx: &mut cli::Context) -> eyre::Result<()> {
|
||||||
|
self.releaser(CuddleEnv::Prod).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user