diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f70a51..69f9dcf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,8 +21,8 @@ jobs: - name: Setup Git run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Release and Upload Asset uses: softprops/action-gh-release@v2