Overwrite GitHub releases again

I was under the impression this was causing existing releases to become
drafts again but that happens without this flag.
This commit is contained in:
Asher 2020-03-26 18:27:25 -05:00
parent 4a65b58772
commit df1c34e291
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ deploy:
- provider: releases - provider: releases
edge: true edge: true
draft: true draft: true
overwrite: true
tag_name: $TRAVIS_TAG tag_name: $TRAVIS_TAG
target_commitish: $TRAVIS_COMMIT target_commitish: $TRAVIS_COMMIT
name: $TRAVIS_TAG name: $TRAVIS_TAG