Skip to content

Commit

Permalink
Correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Oct 20, 2023
1 parent bcb04ce commit 22a5298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cli: latest

- name: Build jar
run: clojure -T:build ci :git-version $(printf '"%s"' $(git describe --tags))
run: clojure -T:build build :git-version $(printf '"%s"' $(git describe --tags))

- name: Release to clojars
continue-on-error: true
Expand Down

0 comments on commit 22a5298

Please sign in to comment.