Joshua Sundance Bailey commited on
Commit
d85647f
1 Parent(s): 27c75c6

Update bumpver.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/bumpver.yml +4 -0
.github/workflows/bumpver.yml CHANGED
@@ -32,5 +32,9 @@ jobs:
32
  - name: Install Python libraries
33
  run: |
34
  pip install --user bumpver
 
 
 
 
35
  - name: Bump version
36
  run: bumpver update --commit --tag-commit --${{ github.event.inputs.bump }} --push
 
32
  - name: Install Python libraries
33
  run: |
34
  pip install --user bumpver
35
+ - name: git config
36
+ run: |
37
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
38
+ git config --local user.name "github-actions[bot]"
39
  - name: Bump version
40
  run: bumpver update --commit --tag-commit --${{ github.event.inputs.bump }} --push