Skip to content

Commit 8c298ea

Browse files
committed
ci: fix config user
1 parent cccdf2d commit 8c298ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
(defn tag-release [_]
5454
(let [tag (tag-str)
55-
git-name (or (System/getenv "GIT_COMMITTER_NAME") "github-actions[bot]")
56-
git-email (or (System/getenv "GIT_COMMITTER_EMAIL") "41898282+github-actions[bot]@users.noreply.github.com")]
55+
git-name (or (System/getenv "GIT_COMMITTER_NAME") "Timo Kramer")
56+
git-email (System/getenv "GIT_COMMITTER_EMAIL")]
5757
(b/git-process {:git-args ["-c" (str "user.name=" git-name)
5858
"-c" (str "user.email=" git-email)
5959
"tag" "-a" tag "-m" (str "Release " tag)]})

0 commit comments

Comments
 (0)