diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index d3dfc2c11..82c432c9f 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -19,6 +19,8 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }} + git_committer_name: "OpenAdapt Bot" + git_committer_email: "bot@openadapt.ai" publish: needs: release runs-on: ubuntu-latest