summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-15 09:39:41 -0400
committerGitHub <noreply@github.com>2022-04-15 09:39:41 -0400
commitb4af648c1515a8e79d7a5d1b14d8a4ba9d966a72 (patch)
treec8b56cc99153dee4d300d0d1ef329890ebe8c6c5 /.github
parent244926e83c7d3cae3c3ae3fc14e996e3066da43e (diff)
chore: release fixes based on doing the v1.20.6 release (#14289)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo_publish.yml4
1 files changed, 2 insertions, 2 deletions
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