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

This commit is contained in:
黄昕 2024-03-14 09:39:39 +08:00
parent 055441c45f
commit 91999a7208
1 changed files with 2 additions and 0 deletions

View File

@ -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