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 }}"