Re-enable draft in CI (#1336)

This commit is contained in:
Florian Märkl 2019-03-19 21:35:59 +01:00 committed by GitHub
parent 72e8cd664e
commit 1cfc5e8355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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: