From 31b1ea8914aa397e66501df1bea4b6aca7abd2ef Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Sun, 21 Jun 2020 16:25:35 +0530 Subject: [PATCH] just release the build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a437fc4..355ce04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,7 @@ before_deploy: deploy: provider: releases - api_key: - secure: $G_API_TOKEN + api_key: $G_API_TOKEN file: - "release/asciigraph-$TRAVIS_TAG-linux-amd64" - "release/asciigraph-$TRAVIS_TAG-linux-armv7"