Chore: add release-cli tag
This commit is contained in:
@@ -2,5 +2,7 @@ release_module:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
|
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
|
||||||
|
tags:
|
||||||
|
- release-cli
|
||||||
script:
|
script:
|
||||||
- release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --private-token $RELEASE_TOKEN --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"
|
- release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --private-token $RELEASE_TOKEN --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"
|
||||||
|
|||||||
Reference in New Issue
Block a user