From 40f1125931c2332d6521e6350b3b4edca8dfdf1f Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Wed, 12 Oct 2016 21:21:15 -0500 Subject: [PATCH] regex fix --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 21200a47..1959b0df 100644 --- a/circle.yml +++ b/circle.yml @@ -49,7 +49,7 @@ deployment: - git fetch drupalorg - git push drupalorg $CIRCLE_BRANCH release: - tag: /8.x-*/ + tag: /8.x-.*/ owner: pantheon-systems commands: # Make sure the full history from GitHub is present. If it is not,