diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f65a978..fced620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,8 @@ jobs: - name: Commit run: | + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" git add . git commit -m "Release ${{ needs.setup_release.outputs.release_version }}"