diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab364cf..552cbb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Git run: | - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.email "ok-oldking@users.noreply.github.com" git config --global user.name "ok-oldking" - name: Get Changes between Tags