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