Skip to content

Commit e7c1784

Browse files
committed
Fix deployment to clojars
1 parent 2ce9f7d commit e7c1784

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4.2.2
5252

53+
- name: Setup Clojure
54+
uses: DeLaGuardo/setup-clojure@13.2
55+
with:
56+
lein: 2.9.1
57+
5358
- name: Install dependencies
5459
run: lein deps
5560

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.1
4+
5+
- No actual change beyond correcting deployment scripts
6+
37
## 0.8.0
48

59
- Revise the `with-fake-github` macro to support all the options of the underlying `with-fake-http` macro

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dev.nubank/clj-github "0.8.0"
1+
(defproject dev.nubank/clj-github "0.8.1"
22
:description "A Clojure library for interacting with the github developer API"
33
:url "https://github.com/nubank/clj-github"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)