aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deploy-snapshot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-snapshot.sh b/scripts/deploy-snapshot.sh
index 7bae493c..d3da83dc 100755
--- a/scripts/deploy-snapshot.sh
+++ b/scripts/deploy-snapshot.sh
@@ -19,7 +19,7 @@ function overwrite_remote_tag() {
}
function has_release() {
- gh release view "${LATEST_TAG}"
+ gh release view "${LATEST_TAG}" &>/dev/null
echo "$?"
}