Remove commit signing while releasing

pull/1/head
bom 2 years ago
parent 989f431141
commit 6f7ad7a740

@ -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"

Loading…
Cancel
Save