summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commits.go b/commits.go
index a1be2d4..c254403 100644
--- a/commits.go
+++ b/commits.go
@@ -196,7 +196,7 @@ func walk_commits(msg SCORSHmsg, w *SCORSHworker) error {
// c) If everything is OK, execute the tag
if good_tag && good_keys {
- env := set_environment(&msg, t.Tag, get_author_email(), get_committer_email())
+ env := set_environment(&msg, t.Tag, get_author_email(commit), get_committer_email(commit))
errs := exec_tag(tag_cfg, t.Args, env)
debug.log("[worker: %s] errors in tag %s: %s\n", w.Name, t.Tag, errs)
}