From 18bfe67ea7227f9aa23236062b461483c34d961a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 31 Aug 2022 14:20:48 -0700 Subject: [PATCH] Fix typo --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 58a49fc..bb242bc 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -17,7 +17,7 @@ jobs: - run: cargo install --locked --version 0.2.35 cargo-workspaces - run: | make bump-version VERSION=${{ inputs.version }} - - name: Creat Commit + - name: Create Commit run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com'