1. 更新gitlab-ci流水线配置

This commit is contained in:
黄昕 2024-03-13 17:48:10 +08:00
parent 58f91b8b35
commit 877dd59cb0
1 changed files with 3 additions and 3 deletions

View File

@ -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
ref : '$CI_COMMIT_SHA'