From af54f83967129b5a3045d14965ce015aa5f844df Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Wed, 11 Mar 2020 13:50:27 -0700 Subject: [PATCH] add tag processing to github releases --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 640dbe0..d0e6c57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,8 @@ jobs: api_key: $GITHUB_TOKEN file: "SSLClient.zip" skip_cleanup: true + on: + tags: true install: - curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh