Files
germandndcompendium/.gitlab-ci.yml
2021-11-24 00:28:09 +01:00

10 lines
266 B
YAML

release_module:
stage: deploy
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
tags:
- release-cli
script:
- |
release-cli --private-token "$RELEASE_TOKEN" create --tag-name "v0.0.2" -ref "06b0dc"