Publish snapshots

This commit is contained in:
George Narroway 2019-11-14 10:33:31 +08:00
parent 1279a63a8b
commit 4e881cf3dc
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"