From a2afb6c2c722d28891bacd4353ec5ba058cc17ba Mon Sep 17 00:00:00 2001 From: Rui Date: Wed, 22 May 2024 18:09:56 -0700 Subject: [PATCH] Clean up --- .github/workflows/bump_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 0c4671c46..f73020cf9 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -19,9 +19,9 @@ jobs: # Fetch full depth, otherwise the last step overwrites the last commit's parent, essentially removing the graph. fetch-depth: 0 - - name: Run bump_version.sh + - name: Run bump_version_gh_action.sh run: | - bash ./bump_version.sh + bash ./bump_version_gh_action.sh - name: Amend the last commit run: | git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"