Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
fix yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed May 3, 2022
1 parent d45d8bc commit 6bfe094
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
aws_auth:
aws_access_key_id: $AWS_ACCESS_KEY_ID
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY
steps:
- checkout
- run:
name: Build JAR
command: clj -T:build jar
- run:
name: Release to clojars
command: clj -T:build deploy
steps:
- checkout
- run:
name: Build JAR
command: clj -T:build jar
- run:
name: Release to clojars
command: clj -T:build deploy

workflows:
version: 2
Expand Down

0 comments on commit 6bfe094

Please sign in to comment.