before_deploy tweak
This commit is contained in:
parent
c1d487a70a
commit
84347d7424
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ script:
|
||||||
- "source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
|
- "source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd bin
|
- cd bin
|
||||||
- export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
- export BUILD_VERSION=$(cat ../src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
|
|
Loading…
Reference in a new issue