From b4af648c1515a8e79d7a5d1b14d8a4ba9d966a72 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 15 Apr 2022 09:39:41 -0400 Subject: chore: release fixes based on doing the v1.20.6 release (#14289) --- .github/workflows/cargo_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index 6da233cb9..2197f688b 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -44,6 +44,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} GH_WORKFLOW_ACTOR: ${{ github.actor }} run: | - git config user.email "propelml@gmail.com" - git config user.name "denobot" + git config user.email "${{ github.actor }}@users.noreply.github.com" + git config user.name "${{ github.actor }}" ./tools/release/04_post_publish.ts -- cgit v1.2.3