newsreader/gitlab-ci/release.yml

10 lines
234 B
YAML

release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'running release_job'
release:
name: 'Release $CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'