From 796da85e3ae062ce4c4c4ca0bac508496335b67e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 26 Nov 2022 19:39:10 +0530 Subject: fix(ci): fix snapshot deploys --- scripts/deploy-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/deploy-snapshot.sh') 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 "$?" } -- cgit v1.2.3