Use draft releases for Drone

This gives us a chance to review it and add notes.
This commit is contained in:
Asher 2020-01-14 13:10:28 -06:00
parent 6dd5e515c5
commit f2a15795a1
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,7 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag
@ -113,6 +114,7 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag
@ -164,6 +166,7 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag
@ -231,6 +234,7 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag
@ -282,6 +286,7 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag
@ -349,5 +354,6 @@ steps:
api_key:
from_secret: github_token
files: release/*.tar.gz
draft: true
when:
event: tag