diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d901261e71..51879ab485 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: inputs: { repository: "${{ github.repository }}", commit: "${{ github.event.head_commit.id }}", - actor: "${{ github.event.head_commit.committer.username }}", + actor: "${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}>", message: ${{ toJSON(github.event.head_commit.message) }}, } })