From 1c47a856ce7bd2bf96d67ea3827b3540591e17f9 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 19 Dec 2024 17:43:13 +0100 Subject: [PATCH] Update .github/workflows/prepare_release.yml Co-authored-by: Ewoud Kohl van Wijngaarden --- .github/workflows/prepare_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index b08cfa9..404c35f 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -50,7 +50,7 @@ jobs: env: # https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_AUTHOR_NAME: Vox Pupuli Release Automation + GIT_AUTHOR_NAME: Release Automation GIT_AUTHOR_EMAIL: "${{ github.repository_owner }}@users.noreply.github.com" run: | git commit --all --message="Release v${{ steps.get_version.outputs.version }}"