Skip to content

Commit

Permalink
Release-workflow: Add proper user for git
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed May 17, 2021
1 parent d70d17b commit 14b8ffb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
python -m pip install --upgrade pip
pip install bump2version twine build
- name: Configure release-bot-user in git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "Nessie Release Workflow [bot]"
- name: Bump version
working-directory: ./pydemolib
run: bump2version --commit --tag ${{ github.event.inputs.versionBump }}
Expand Down

0 comments on commit 14b8ffb

Please sign in to comment.