From 10ed6bd46f17d0dff6f603a2dd0c1dd69b7e71d5 Mon Sep 17 00:00:00 2001 From: Cedric Staub Date: Tue, 21 Feb 2017 13:47:23 -0800 Subject: [PATCH] Set draft: true for Travis-CI releases --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6477d5e..207116c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ deploy: - certigo-darwin-amd64 - certigo-windows-amd64.exe skip_cleanup: true + draft: true on: repo: square/certigo tags: true