From aea7ffbd6eb05ccd6a934ce84010ccb232ad6062 Mon Sep 17 00:00:00 2001 From: Brady Mitchell Date: Mon, 6 Nov 2023 14:57:18 -0800 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c6fe9b..b7a47c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,8 +30,8 @@ jobs: # Commit the bumped version in package.json - name: Commit version bump run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "braden.jr.mitch@gmail.com" + git config --local user.name "BradyMitch" git add package.json git commit -m "Release: bump version to ${{ steps.bump_version.outputs.VERSION }}" git push -f https://${{ secrets.RELEASE_ACCESS_TOKEN }}@github.com/${{ github.repository }} HEAD:main