From c42749e9d1a927db172232d4bad2c998bbbcc200 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 9 Aug 2023 10:14:01 +0200 Subject: [PATCH] fix: Use kubevirt-bot in release workflow Signed-off-by: Felix Matouschek --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a19efa..2065195 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,8 +76,8 @@ jobs: - name: Create release tag run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name kubevirt-bot + git config user.email kubevirtbot@redhat.com git tag -a ${{ steps.get_version.outputs.TAG_VERSION }} -m "Release v${{ steps.get_version.outputs.TAG_VERSION }}" || true git push origin --tags