From e8d1170a0e59b63d52c4fa22d2798aa462708e95 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Tue, 7 Dec 2021 02:56:52 +0100
Subject: [PATCH] Hopefully fixed publish if expression

---
 shared-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared-ci.yml b/shared-ci.yml
index 6a824bc..9b3f191 100644
--- a/shared-ci.yml
+++ b/shared-ci.yml
@@ -72,7 +72,7 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
 .publish:
   stage: publish
   rules:
-  - if: '$RUN_AUTOUPDATE != "1" && $CI_COMMIT_TAG != ""'
+  - if: '$RUN_AUTOUPDATE != "1" && $CI_COMMIT_TAG'
 
 .publish:apt:
   extends: .publish
-- 
GitLab