diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 07f76c8..3d238b4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -149,8 +149,8 @@ jobs: - name: Commit changes run: | - git config --global user.name "vodemn" - git config --global user.email "vadim.turko@gmail.com" + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git add -A git commit -m "Version bump"