We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccdf2d commit 8c298eaCopy full SHA for 8c298ea
build.clj
@@ -52,8 +52,8 @@
52
53
(defn tag-release [_]
54
(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")]
+ git-name (or (System/getenv "GIT_COMMITTER_NAME") "Timo Kramer")
+ git-email (System/getenv "GIT_COMMITTER_EMAIL")]
57
(b/git-process {:git-args ["-c" (str "user.name=" git-name)
58
"-c" (str "user.email=" git-email)
59
"tag" "-a" tag "-m" (str "Release " tag)]})
0 commit comments