Skip to content

Commit

Permalink
use clojure instead of clj
Browse files Browse the repository at this point in the history
  • Loading branch information
somecho committed Jul 2, 2023
1 parent c0fce87 commit 4bca6fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Build Jar
run: |
clj -T:build clean
clj -T:build jar
clojure -T:build clean
clojure -T:build jar
- name: Deploy to Clojars
run: env CLOJARS_USERNAME=${{ secrets.CLOJARS_USERNAME }} CLOJARS_PASSWORD=${{ secrets.CLOJARS_PASSWORD }} clj -T:build deploy
run: env CLOJARS_USERNAME=${{ secrets.CLOJARS_USERNAME }} CLOJARS_PASSWORD=${{ secrets.CLOJARS_PASSWORD }} clojure -T:build deploy

0 comments on commit 4bca6fa

Please sign in to comment.