diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16c4f0c..d2deb82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: git config --global user.signingkey "$GPG_KEY_ID" git config --global commit.gpgsign true git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" + git config --global user.email "david@davidbohl.org" env: GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}