CI update to tag version

This commit is contained in:
Eddy Hintze
2020-01-19 09:54:40 -05:00
parent 55c3e442ad
commit e4ace4528c
3 changed files with 3 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ tag:
- master
script:
- *write_permission
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version; print(_version.__version__)"))
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version as v; print(v.__version__)"))
- git tag -a $VERSION -m "Version created by gitlab-ci Build"
- git push origin $VERSION