forked from Mirrors/humblebundle-downloader
move version file
This commit is contained in:
@@ -33,6 +33,6 @@ tag:
|
||||
- master
|
||||
script:
|
||||
- *write_permission
|
||||
- export VERSION=$(echo $(python -c "import _version; print(_version.__version__)"))
|
||||
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version; print(_version.__version__)"))
|
||||
- git tag -a $VERSION -m "Version created by gitlab-ci Build"
|
||||
- git push origin $VERSION
|
||||
|
||||
Reference in New Issue
Block a user