feat: with tls
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-26 17:24:18 +02:00
parent c4c71766d9
commit 6bb28cbfe3
2 changed files with 70 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ impl Releaser {
let upload_id = local_app
.package_clusters(input_path)
.await
.context("failed to package clustesrs")?;
.context("failed to package clusters")?;
local_app
.commit_artifact(&self.service, &branch, upload_id)