Fix invalid release job
This commit is contained in:
parent
7adb1cddb8
commit
4bca6a432f
1 changed files with 3 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue