diff --git a/.circleci/config.yml b/.circleci/config.yml index 7894e1c..f39cf8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,25 @@ # # Check https://circleci.com/docs/2.0/language-clojure/ for more details # -version: 2 +version: 2.1 + +workflows: + build-deploy: + jobs: + - build: + filters: + tags: + only: /.*/ + + - deploy: + requires: + - build + filters: + tags: + only: /Release-.*/ + context: + - CLOJARS_DEPLOY + jobs: build: docker: