Skip to content

Commit

Permalink
Update bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova authored Jul 15, 2024
1 parent 5433e5a commit eb32d77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
python-version: "3.11"

- name: Configure git
shell: bash
run: |
git config user.name github-actions
git config user.email "38065702145+github-actions[bot]@users.noreply.github.com"
- name: Install bump2version
shell: bash
run: |
Expand Down

0 comments on commit eb32d77

Please sign in to comment.