From f1aa04b94b6185605299122ff74664868290f332 Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 25 Feb 2022 11:44:43 +0100 Subject: [PATCH] fix gpgless deploy --- .gitlab-ci.yml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04e9ef1..74b5dc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ upload-clj-release: rules: - if: '$CI_COMMIT_TAG != null' script: - - lein deploy clojars + - lein deploy release: image: registry.gitlab.com/gitlab-org/release-cli:latest diff --git a/project.clj b/project.clj index c96bf81..963f0dd 100644 --- a/project.clj +++ b/project.clj @@ -29,7 +29,7 @@ ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] - ["vcs" "tag"] + ["vcs" "tag" "--no-sign"] ["change" "version" "leiningen.release/bump-version"]] :aliases {"native" ["shell" "native-image"