summary refs log tree commit diff
path: root/.ci/macos/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/macos/deploy.sh')
-rwxr-xr-x.ci/macos/deploy.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh
index 7d28b81e..487b5be7 100755
--- a/.ci/macos/deploy.sh
+++ b/.ci/macos/deploy.sh
@@ -4,10 +4,6 @@ set -e
 
 TAG=`git tag -l --points-at HEAD`
 
-if [ -z "$TAG" ]; then
-    exit 0
-fi
-
 # Add Qt binaries to path
 PATH=/usr/local/opt/qt/bin/:${PATH}