Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 17, 2024
1 parent 646c9e6 commit 209aa5f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/com/yetanalytics/clojars_build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,3 @@
:pom-file (b/pom-path {:lib lib-sym
:class-dir class-dir})})
nil))

(comment
;; These comments both demonstrate the usage of `jar` and `deploy`,
;; and can be used to build and deploy this very library to Clojars.

(jar
{:artifact-id "action-deploy-clojars"
:version "2.0.0-SNAPSHOT"
:src-dirs ["src/main"]
:resource-dirs []
:github-repo "yetanalytics/action-deploy-clojars"
:github-sha "6997fb7a489a938b1cb743830e5db6cb2cbd7931"})

(deploy
{:artifact-id "action-deploy-clojars"
:version "2.0.0-SNAPSHOT"}))

0 comments on commit 209aa5f

Please sign in to comment.