From 63ef574e0c3e8487812be4f96128907ff4d76d2a Mon Sep 17 00:00:00 2001 From: Stefanus Kurniawan Date: Fri, 28 Jun 2019 16:46:19 +1000 Subject: [PATCH] FIX: Update release regex to allow more than 9 sub versions --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c5c7625..17edf464 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,6 +71,6 @@ workflows: - release: filters: tags: - only: /v([0-9]+)\.([0-9]+)\.([0-9])?$/ + only: /v([0-9]+)\.([0-9]+)\.([0-9]+)?$/ branches: ignore: /.*/