From 704df3b422a5d2a11c2209a1a393d92cb0500647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Thu, 14 Mar 2024 10:08:22 +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, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09333a0..68e6030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,5 +40,5 @@ release_job: - echo "running release_job" release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties tag_name : '$CI_COMMIT_TAG' - name : 'Release $CI_COMMIT_TAG' + name : 'Release: $CI_COMMIT_TAG' description: './CHANGELOG.md' \ No newline at end of file