gilde-ci-cd/templates/releasing/release-gitlab.gitlab-ci.yml
2022-07-08 09:55:35 +02:00

16 lines
404 B
YAML

.release-create-gitlab:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.11.0
rules:
- if: $CI_COMMIT_TAG
script:
- echo "running release_job"
- echo $DESCRIPTION
variables:
ADDITIONAL_CA_CERT_BUNDLE: $CI_SERVER_TLS_CA_FILE
release:
name: 'Release $CI_COMMIT_TAG'
description: "$DESCRIPTION"
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'