From 18789ef9e69c3470502bf8241514bc93fcf9766f Mon Sep 17 00:00:00 2001 From: Raymond Nook <59678453+developStorm@users.noreply.github.com> Date: Thu, 24 Jun 2021 03:14:49 -0700 Subject: [PATCH] Update create-release.yml (#6012) --- .github/workflows/create-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1bed35b4..0788b6f4 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -44,6 +44,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4.11.0 with: commit_message: version bump - commit_user_name: GitHub Actions - commit_user_email: actions@github.com - commit_author: GitHub Actions + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] "