[ci] Testing release

This commit is contained in:
Fabian 2022-09-22 00:10:31 +02:00
parent 876c53a1b1
commit 3863793a40

View File

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