diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 6a570e7b..7ea69f29 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - COMMIT_EMAIL: sara-tagger@users.noreply.github.com + COMMIT_EMAIL: rasabot@rasa.com DEFAULT_PYTHON_VERSION: "3.10" jobs: @@ -66,7 +66,7 @@ jobs: - name: Configure git run: | git config --global user.email ${{ env.COMMIT_EMAIL }} - git config --global user.name "Github Actions" + git config --global user.name "rasabot" - name: Tag Release run: make tag-release