Skip to content

Commit 6efbb1d

Browse files
committed
fixup! ci: config is a problem
1 parent bf43415 commit 6efbb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
(defn tag-release [_]
5454
(let [tag (tag-str)
5555
git-name (or (System/getenv "GIT_COMMITTER_NAME") "Timo Kramer")
56-
git-email (System/getenv "GIT_COMMITTER_EMAIL")]
56+
git-email (or (System/getenv "GIT_COMMITTER_EMAIL") "foo.bar@baz.meh")]
5757
(b/git-process {:git-args ["config" "set" "--local" "user.name" git-name]})
5858
(b/git-process {:git-args ["config" "set" "--local" "user.email" git-email]})
5959
(b/git-process {:git-args ["config" "list"]})

0 commit comments

Comments
 (0)