From 4bdb535b426f151aa109ee9c555fff9a80f3d6e8 Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Mon, 6 Feb 2023 15:18:08 -0500 Subject: [PATCH] also deploy to maven from tags --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5decf7c4..76a7749b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,8 @@ workflows: - smoke-test-commit - smoke-test-full filters: - # Maven deploy requires GPG signing for releases - we do this manually + tags: + only: /^v.*/ branches: only: - develop