Skip to content

Commit

Permalink
restore git config
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickyd committed Jan 9, 2024
1 parent 15abc5a commit 360f1aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
pip install bumpver
echo "CURRENT_VERSION=$(bumpver show --no-fetch | grep 'Current Version: ' | cut -d ':' -f 2)" >> $GITHUB_OUTPUT
# - name: Setup git config
# run: |
# git config --global user.name "kunickyd"
# git config --global user.email "[email protected]"
- name: Setup git config
run: |
git config --global user.name "Github Actions Bot"
git config --global user.email "<>"
- name: Bump dev version
if: ${{ contains(steps.get_version.outputs.CURRENT_VERSION, 'dev') }}
Expand Down

0 comments on commit 360f1aa

Please sign in to comment.