mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-22 04:46:11 +00:00
Re-enable draft in CI (#1336)
This commit is contained in:
parent
72e8cd664e
commit
1cfc5e8355
@ -88,6 +88,7 @@ deploy:
|
|||||||
auth_token:
|
auth_token:
|
||||||
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
|
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
|
||||||
artifact: "%ARTIFACT_NAME%"
|
artifact: "%ARTIFACT_NAME%"
|
||||||
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
@ -180,6 +180,7 @@ after_success:
|
|||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
provider: releases
|
provider: releases
|
||||||
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
tag_name: $TRAVIS_TAG
|
tag_name: $TRAVIS_TAG
|
||||||
api_key:
|
api_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user