From c0dc3c87ef8d5e7d1db8c7b90f717bd70b526ee1 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 13 May 2019 21:13:38 +0200 Subject: [PATCH] pass the correct TAG --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cabb4b6e4e0..f2e8b452768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -316,7 +316,7 @@ jobs: on: all_branches: true tags: true - condition: $TRAVIS_TAG =~ ^v[1-9][0-9]*.[0-9]+.[0-9]+$ + condition: $TRAVIS_TAG =~ ^staging-\d{4}-[01][1-9]-[0123]\d.\d+.\b[0-9a-f]{5,40}\b$ notifications: email: on_success: never