diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57edbc0..4ffa188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Git run: | git config --global user.email "github-actions[bot]@users.noreply.github.com" - git config --global user.name "GitHub Actions" + git config --global user.name "github-actions[bot]" - name: Get Changes between Tags id: changes