diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94176ede..d69c8db1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,11 @@ jobs: with: fetch-depth: 2 + - name: Setup + run: | + git config --global user.name 'Github Actions' + git config --global user.email 'none@none.none' + - name: run: echo $(git log -5 --oneline)