From 4f0f126e4837120795d3a68146af686815b51050 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 10 Mar 2019 16:45:16 +0100 Subject: [PATCH] Make Github Releases deploy in the published state --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a15895..3a53852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ jobs: file_glob: true file: dist/* skip_cleanup: true - draft: true + draft: false on: tags: true