mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2024-11-20 08:49:17 +01:00
move version file
This commit is contained in:
parent
6fa1a54228
commit
2bfe13e1f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user