From c44d96c29e04520ca87de4cac0bdb3ec05b72cb3 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 29 Jan 2021 21:42:28 +0000
Subject: [PATCH] Cant tag releases where there is no tag

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 140a06d..9a82708 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,5 @@ release:
     - echo uploading liber-${VERSION}.tar.gz
     - "curl --header 'JOB-TOKEN: $CI_JOB_TOKEN' --upload-file liber-${VERSION}.tar.gz ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/liber/${VERSION}/liber-${VERSION}.tar.gz"
   only:
-    - master
     - tags
 
-- 
GitLab