From 877dd59cb0518154839f76f1f7f5a3adb499ab58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Wed, 13 Mar 2024 17:48:10 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a16f72..d816b28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,8 @@ package : release_job : stage : release image : registry.gitlab.com/gitlab-org/release-cli:latest + tags: + - linux-maven rules : - exists: - ./CHANGELOG.md @@ -89,6 +91,4 @@ release_job : tag_name : '$CI_COMMIT_SHA' name : 'Release $CI_COMMIT_SHA' description: './CHANGELOG.md' - ref : '$CI_COMMIT_SHA' - dependencies: - - package \ No newline at end of file + ref : '$CI_COMMIT_SHA' \ No newline at end of file