diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 24a5bd1d..50317688 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -47,8 +47,8 @@ runs: - name: '🏷️ Configure Git' shell: bash run: | - git config --global user.name 'giantnodes-bot' - git config --global user.email 'bot@giantnodes.com' + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' - name: '🏷️ Tag, Commit & Release' shell: bash