diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 44f68061..7b6ca01b 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -17,8 +17,8 @@ jobs: fetch-depth: 0 - name: Configure Git run: | - git config --global user.name GitHub Actions - git config user.email github-actions@github.com + git config --global user.name github-actions[bot] + git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: knope-dev/action@407e9ef7c272d2dd53a4e71e39a7839e29933c48 - run: knope prepare-release --verbose env: