Publish snapshots
This commit is contained in:
parent
1279a63a8b
commit
4e881cf3dc
2 changed files with 3 additions and 1 deletions
2
.github/workflows/clojure.yml
vendored
2
.github/workflows/clojure.yml
vendored
|
|
@ -15,3 +15,5 @@ jobs:
|
|||
run: sudo docker run --rm -d -p 27017:27017 mongo
|
||||
- name: Run tests
|
||||
run: lein test
|
||||
- name: Publish
|
||||
run: lein deploy clojars
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(defproject mongo-driver-3 "0.1.0-SNAPSHOT"
|
||||
:description "A Clojure wrapper for the Java MongoDB driver 3.x."
|
||||
:description "A Clojure wrapper for the Java MongoDB driver 3.11+."
|
||||
:url "https://github.com/gnarroway/mongo-driver-3"
|
||||
:license {:name "The MIT License"
|
||||
:url "http://opensource.org/licenses/mit-license.php"
|
||||
|
|
|
|||
Loading…
Reference in a new issue