diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 4280848..c138162 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -72,6 +72,12 @@ jobs: echo "$notes" >> release_notes.md shell: bash + - name: Set Git user + run: | + git config --local user.name "GitHub Actions" + git config --local user.email "actions@github.com" + shell: bash + - name: Create temporary branch id: create_temp_branch run: |