drone: Try GH releases.
Signed-off-by: Gagan Malvi <malvigagan@gmail.com>
This commit is contained in:
parent
5264660de5
commit
4611b50c3a
1 changed files with 9 additions and 6 deletions
15
.drone.yml
15
.drone.yml
|
@ -12,9 +12,12 @@ steps:
|
|||
- export LANG=C && export LC_ALL=en_US.UTF-8
|
||||
- "export token=$TOKEN"
|
||||
- "bash build.sh"
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: token
|
||||
trigger:
|
||||
branch:
|
||||
- R
|
||||
- name: Publish
|
||||
image: plugins/github-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: github_token
|
||||
files: AnyKernel/CartelProject*
|
||||
title: Beta1
|
||||
when:
|
||||
event: tag
|
||||
|
|
Loading…
Reference in a new issue