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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh
index 76346d47..7d28b81e 100755
--- a/.ci/macos/deploy.sh
+++ b/.ci/macos/deploy.sh
@@ -2,6 +2,12 @@
 
 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}