From 6f7ad7a740df2c41392c06d3f7c1ae576a6ba12a Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 Jun 2022 10:44:29 +0200 Subject: [PATCH] Remove commit signing while releasing --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e772995..99fe898 100644 --- a/project.clj +++ b/project.clj @@ -30,7 +30,7 @@ ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] - ["vcs" "tag"] + ["vcs" "tag" "v" "--no-sign"] ["change" "version" "leiningen.release/bump-version"]] :aliases {"native" ["shell" "native-image"