From 11e3802f47be870d8b8b28cc86ff18ecad358132 Mon Sep 17 00:00:00 2001 From: Timo Kramer <4785848+TimoKramer@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:20:53 +0100 Subject: [PATCH] fix: release on github for org replikativ (#455) --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 609d619f7..a38628492 100644 --- a/build.clj +++ b/build.clj @@ -44,7 +44,7 @@ (defn release [_] - (-> (gh/overwrite-asset {:org (namespace lib) + (-> (gh/overwrite-asset {:org "replikativ" :repo (name lib) :tag version :commit current-commit