newsreader/gitlab-ci/release.yml
sonny a820155fc0 Fix category action test
This was the same test as before -.-
2020-08-04 20:56:22 +02:00

12 lines
305 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'
description: 'Auto created release'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'