Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed May 23, 2024
1 parent 8ea46d0 commit a2afb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2afb6c

Please sign in to comment.