Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
8b929c912c
commit
08c36e737c
@ -208,7 +208,9 @@ impl NodeService {
|
||||
#[async_trait]
|
||||
impl PullRequestAction for NodeService {
|
||||
async fn execute_pull_request(&self) -> eyre::Result<()> {
|
||||
self.build_release().await?;
|
||||
let release = self.build_release().await?;
|
||||
|
||||
release.sync().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user