From 99539804057f5b9fe6326c7e36e06cbe8f258c10 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 7 Jan 2018 18:52:01 +0100 Subject: [PATCH] build: allow to deploy any tag --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index ba7578b44..6f45dff26 100644 --- a/circle.yml +++ b/circle.yml @@ -31,7 +31,7 @@ test: - yarn run test deployment: production: - tag: /(v)?[0-9]+(\.[0-9]+)*/ + tag: /.*?/ commands: - ./scripts/publish.sh general: