From 30a5f347eceece14de1879f89d1a23a7d0d6a2a2 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Fri, 29 May 2020 22:25:03 +0200 Subject: [PATCH] artifacts also for tagged builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85eb2e0..d481f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,5 +29,5 @@ deploy: api_key: $GITHUB_TOKEN file: editor.zip on: - tags: false + tags: true draft: true