From 63933a6764b0d8c5ee74f20de804b5dff9c3e3e8 Mon Sep 17 00:00:00 2001 From: Aleksei Lebedev <1329824+LastDragon-ru@users.noreply.github.com> Date: Sun, 26 May 2024 11:24:21 +0400 Subject: [PATCH] ci(github): `release` commiter email fix. (cherry picked from commit 7710aac0c2b4951a786d1d1c695d6c7e7a9252a4) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41e0b55a..652d4163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,7 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true git_tag_gpgsign: true + git_committer_email: 1329824+LastDragon-ru@users.noreply.github.com - name: Checkout uses: actions/checkout@v4