Skip to content

Commit

Permalink
Fix committer name for coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 27, 2022
1 parent 45c8cdd commit ac31f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotnet-releaser/ReleaserApp.Coveralls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ private async Task PublishCoveralls(IDevHosting devHosting, BuildInformation bui
Id = gitInfo.Head.Sha,
AuthorName = gitInfo.Head.Author.Name,
AuthorEmail = gitInfo.Head.Author.Email,
CommitterEmail = gitInfo.Head.Committer.Name,
CommitterName = gitInfo.Head.Committer.Email,
CommitterName = gitInfo.Head.Committer.Name,
CommitterEmail = gitInfo.Head.Committer.Email,
Message = gitInfo.Head.MessageShort,
},
Remotes =
Expand Down

0 comments on commit ac31f61

Please sign in to comment.