diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 70b02819446d5a98f5fbfa09410d94ab30f02f96..717703303f335d3e19e3af43e09af51517ba3b94 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -69,4 +69,6 @@ jobs: branch: ${{ github.event.pull_request.base.ref }} message: 'Bump version to ${{ steps.new-version.outputs.new-version }}' repo-token: ${{ secrets.GITHUB_TOKEN }} + author_name: github-actions[bot] + author_email: github-actions[bot]@users.noreply.github.com