From 3ac62fcacda63f5b7d09f272a261e5581010c6b9 Mon Sep 17 00:00:00 2001 From: Sayantan Roychowdhury Date: Fri, 18 Oct 2024 05:44:36 +0000 Subject: [PATCH] fix pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d2ff9b9f..e161e7aa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ init_submodules: generate-apks: stage: gitlab_release rules: - - if: '$CI_COMMIT_REF_PROTECTED == "true"' + - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success needs: - init_submodules -- GitLab