Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
97bf2b217c
commit
1e257b1269
@ -342,7 +342,13 @@ impl PullRequestAction for LeptosService {
|
||||
#[async_trait]
|
||||
impl MainAction for LeptosService {
|
||||
async fn execute_main(&self) -> eyre::Result<()> {
|
||||
let container = self.build_release().await?;
|
||||
let mut s = self.clone();
|
||||
|
||||
let container = s
|
||||
.with_cargo_binstall("latest", ["cargo-leptos"])
|
||||
.build_release()
|
||||
.await?;
|
||||
|
||||
let timestamp = std::time::SystemTime::now()
|
||||
.duration_since(std::time::UNIX_EPOCH)
|
||||
.unwrap()
|
||||
|
Loading…
Reference in New Issue
Block a user