Skip to content

Commit

Permalink
Make autodeploy work
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Jan 8, 2025
1 parent d646c76 commit bb1c80d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb1c80d

Please sign in to comment.