Skip to content

Commit

Permalink
fix release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rufoa committed Nov 20, 2023
1 parent cca8a8d commit d3de5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:jar-exclusions [#"\.class$"]
:jar-inclusions [#"slf4j.*\.class$"]
:release-tasks [["vcs" "assert-committed"]
["deploy"]
["deploy" "clojars"]
["vcs" "push"]]
:scm {:name "git"
:url "https://github.com/fzakaria/slf4j-timbre"})

0 comments on commit d3de5aa

Please sign in to comment.