Skip to content
Snippets Groups Projects
Commit 643fc191 authored by Frederik Arnold's avatar Frederik Arnold
Browse files

Update .gitlab-ci.yml file

parent d572b8fa
No related branches found
No related tags found
No related merge requests found
Pipeline #37357 passed
......@@ -15,6 +15,7 @@ stages:
- test
- badge
- upload
- release
test:
stage: test
......@@ -53,3 +54,15 @@ upload:
- python -m twine upload --repository pypi dist/* --config-file /tmp/.pypirc
only:
- tags
release_job:
stage: release
image: release-cli:latest
script:
- echo $CI_COMMIT_TAG
release:
tag_name: $CI_COMMIT_TAG
name: 'Lotte $CI_COMMIT_TAG'
description: 'Release $CI_COMMIT_TAG'
only:
- tags
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment