From 5e5396a122a598e65b43f62250b05bbc3c617a98 Mon Sep 17 00:00:00 2001 From: stoically Date: Fri, 29 Nov 2019 07:31:28 +0100 Subject: [PATCH] chore(travis): fix deploy condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfa2c46f..8794174c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ deploy: skip_cleanup: true draft: true name: $TRAVIS_TAG - condition: $TRAVIS_TAG = *"beta"* + condition: tag =~ beta on: tags: true