From df1c34e29129e5e6ac3a600b7eb1dfb93a9c72a4 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 26 Mar 2020 18:27:25 -0500 Subject: [PATCH] Overwrite GitHub releases again I was under the impression this was causing existing releases to become drafts again but that happens without this flag. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0cf1b5726..f79a9c740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ deploy: - provider: releases edge: true draft: true + overwrite: true tag_name: $TRAVIS_TAG target_commitish: $TRAVIS_COMMIT name: $TRAVIS_TAG