From 0737afe07e97d86cb41bc2379908312e84482378 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 28 Oct 2021 16:24:28 -0500 Subject: [PATCH] Fix some typos in the bump-version.yml workflow (#3488) Mostly just holdovers from various refactorings I applied along the way when writing this all up. --- .github/workflows/bump-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 2b4a67df25..5e1de9bf5f 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -42,10 +42,10 @@ jobs: - name: Commit version changes run: | - git config user.name 'Wasmtime Releases' - git config user.email 'wasmtime-releases@users.noreply.github.com' + git config user.name 'Wasmtime Publish' + git config user.email 'wasmtime-publish@users.noreply.github.com' git commit -a -F-<