diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 069e08b..67e8978 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,8 @@ jobs: - name: Push changes run: | + git config --global user.name 'Jonah' + git config --global user.email '73760377+jonerrr@users.noreply.github.com' git push origin main --follow-tags - name: Create a Release