From 906d009fc0630a2a45bdcd1bc130091706139ed5 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 21 Apr 2021 11:49:35 +0200 Subject: [PATCH] Fix version --- script/babashka/release_artifact.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/babashka/release_artifact.clj b/script/babashka/release_artifact.clj index ce9b8ff3..c3db8076 100644 --- a/script/babashka/release_artifact.clj +++ b/script/babashka/release_artifact.clj @@ -19,6 +19,6 @@ (ghr/overwrite-asset {:org "babashka" :repo "babashka" :file file - :tag (str "vx" current-version)})) + :tag (str "v" current-version)})) (println "Skipping release artifact (no GITHUB_TOKEN or not on main branch)")) nil))