Fix invalid release job

This commit is contained in:
Sonny Bakker 2020-07-30 23:14:15 +02:00
parent 7adb1cddb8
commit 4bca6a432f

View file

@ -4,7 +4,9 @@ release:
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'running release_job'
- echo 'running release job'
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Auto created release'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'