mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-03 16:09:20 +00:00
fix(cli): Actively wait for packages only after tag
Before we waited for native executables, bindings and so forth after pushing a package. This patch moves this wait after tagging it - that is, when a package version is actually available.
This commit is contained in:
@ -280,6 +280,7 @@ mod queries {
|
||||
#[derive(cynic::QueryFragment, Debug)]
|
||||
pub struct TagPackageReleasePayload {
|
||||
pub success: bool,
|
||||
pub package_version: Option<PackageVersion>,
|
||||
}
|
||||
|
||||
#[derive(cynic::InputObject, Debug)]
|
||||
|
Reference in New Issue
Block a user