[ci] Testing release
This commit is contained in:
parent
876c53a1b1
commit
3863793a40
@ -19,3 +19,15 @@ package_pip:
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*.whl
|
||||
|
||||
release_job:
|
||||
stage: release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
script:
|
||||
- echo "Running the release job."
|
||||
release:
|
||||
tag_name: $CI_COMMIT_TAG
|
||||
name: 'Release $CI_COMMIT_TAG'
|
||||
description: 'Release created using the release-cli.'
|
||||
|
Loading…
Reference in New Issue
Block a user