Files
germandndcompendium/.gitlab-ci.yml
2021-11-23 23:23:39 +01:00

7 lines
324 B
YAML

release_module:
stage: deploy
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
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"