fix(ci): fix snapshot deploys

This commit is contained in:
Harsh Shandilya 2022-11-26 19:39:10 +05:30
parent c89e9250c2
commit 796da85e3a
No known key found for this signature in database

View file

@ -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 "$?"
} }