woodpecker ci
This commit is contained in:
parent
1fba87ba0b
commit
6ab9a4f7fe
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ pipeline:
|
||||||
- export PRERELEASE=true
|
- export PRERELEASE=true
|
||||||
- chmod +x git_release.py
|
- chmod +x git_release.py
|
||||||
- pip install giteapy
|
- pip install giteapy
|
||||||
- python git_release.py --token "$API_KEY" --message "${DRONE_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${DRONE_TAG}"
|
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_TAG}"
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue