fix(ci): fix snapshot deploys
This commit is contained in:
parent
c89e9250c2
commit
796da85e3a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function overwrite_remote_tag() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function has_release() {
|
function has_release() {
|
||||||
gh release view "${LATEST_TAG}"
|
gh release view "${LATEST_TAG}" &>/dev/null
|
||||||
echo "$?"
|
echo "$?"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue