diff --git a/.circleci/config.yml b/.circleci/config.yml index aded1f423..3f3833803 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1123,7 +1123,17 @@ workflows: - /.*/ tags: only: - - /^v\d+\.\d+\.\d+(-rc\d+)?$/ + - /^v\d+\.\d+\.\d+$/ + - publish-snapcraft: + name: publish-snapcraft-candidate + channel: candidate + filters: + branches: + ignore: + - /.*/ + tags: + only: + - /^v\d+\.\d+\.\d+-rc\d+$/ - publish-dockerhub: name: publish-dockerhub tag: stable diff --git a/.circleci/template.yml b/.circleci/template.yml index 82db7ae81..2cbc6c519 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -883,7 +883,17 @@ workflows: - /.*/ tags: only: - - /^v\d+\.\d+\.\d+(-rc\d+)?$/ + - /^v\d+\.\d+\.\d+$/ + - publish-snapcraft: + name: publish-snapcraft-candidate + channel: candidate + filters: + branches: + ignore: + - /.*/ + tags: + only: + - /^v\d+\.\d+\.\d+-rc\d+$/ - publish-dockerhub: name: publish-dockerhub tag: stable