From bdb0fed3dee0fc0164cde86d13d50cc11ca65067 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 14 Apr 2023 20:16:26 +0200 Subject: [PATCH] Fix CircleCI tag building Match any `v...` tags for releases. Signed-off-by: SuperQ --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e65cd23a..6fedf4ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ workflows: promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386" filters: tags: - ignore: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/ + ignore: /^v.*/ branches: ignore: /^(main|release-.*|.*build-all.*)$/ - prometheus/build: @@ -83,8 +83,7 @@ workflows: branches: only: /^(main|release-.*|.*build-all.*)$/ tags: - only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/ - + only: /^v.*/ - codespell: filters: tags: @@ -108,6 +107,6 @@ workflows: - build_all filters: tags: - only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ + only: /^v.*/ branches: ignore: /.*/