Skip to content

Commit

Permalink
[#4] stop publishing from CI as a temp fix
Browse files Browse the repository at this point in the history
I'll manually deploy the new version to Clojars
  • Loading branch information
Christopher Martin committed Aug 20, 2018
1 parent 2467f3a commit ea1f6d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ It's main purpose is in debugging applications, as it easily allows you to repla

`ring-curl` is available as a Maven artifact from [Clojars](http://clojars.org/ring-curl).

**Note:** v1.0.0 is broken on Clojars, see [issue #4](https://github.com/GentlemanHal/ring-curl/issues/4) for more details.

## Usage

```clojure
Expand Down
2 changes: 1 addition & 1 deletion ci/release-clojars.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -eu

echo "deploying to clojars"
./lein.sh deploy releases
#./lein.sh deploy releases
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject ring-curl "1.0.0"
(defproject ring-curl "1.0.1"
:description "Converts ring requests to cURL commands"
:url "https://github.com/GentlemanHal/ring-curl"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit ea1f6d5

Please sign in to comment.