drone + tag
This commit is contained in:
parent
c3d581e2c9
commit
6fae4cc0be
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ steps:
|
|||
- tag
|
||||
commands:
|
||||
- export PRERELEASE=true
|
||||
- chmod +x git_release.sh
|
||||
- chmod +x git_release.py
|
||||
- pip install giteapy
|
||||
- python git_release.py --token "$API_KEY" --message "${DRONE_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${DRONE_TAG}"
|
||||
environment:
|
||||
API_KEY:
|
||||
|
|
Loading…
Reference in a new issue