mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-04 17:35:25 +02:00
fix(ci): fix snapshot deploys
This commit is contained in:
parent
c89e9250c2
commit
796da85e3a
|
@ -19,7 +19,7 @@ function overwrite_remote_tag() {
|
|||
}
|
||||
|
||||
function has_release() {
|
||||
gh release view "${LATEST_TAG}"
|
||||
gh release view "${LATEST_TAG}" &>/dev/null
|
||||
echo "$?"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue