diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7bdfb14313ecb657610cf6afcde7fd95a5619e0..b38c7e777b6adda59fa1b13a07ffc838a00b25f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ release:
     script:
         - echo "create release"
     only:
-        - tags
         refs:
+            - tags
             - master
         
\ No newline at end of file