From 91999a7208cb3674bda5881e26e4f04ccd880282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Thu, 14 Mar 2024 09:39:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=9B=B4=E6=96=B0gitlab-ci=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d571ec7..5e0f44e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ release_job : image : registry.gitlab.com/gitlab-org/release-cli:latest tags : - linux-maven + rules : + - if $CI_COMMIT_TAG script : - echo "running release_job $CI_COMMIT_TAG" release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties