diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bbca8f..f69d56f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,6 @@ release-job:
     - echo "======== RELEASE JOB ========"
   rules:
     - if: $CI_COMMIT_TAG
-      when: never # Do not run this job when a tag is created manually
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
   release: 
     tag_name: "v$PKG_VERSION"