From b92c90999e33286a03bdcfc4979917c1f0d55d2d Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Sat, 21 Dec 2024 18:18:30 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df24157..751831f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,8 +8,8 @@ jobs: release_version: ${{ steps.release_version.outputs.value }} runs-on: ubuntu-latest env: - GIT_USER_NAME: puneetbehl - GIT_USER_EMAIL: behlp@unityfoundation.io + GIT_USER_NAME: grails-build + GIT_USER_EMAIL: grails-build@users.noreply.github.com steps: - name: Checkout repository uses: actions/checkout@v4