Skip to content

Commit

Permalink
test fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Aug 5, 2024
1 parent c6e277b commit 7d1a19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
pip install setuptools wheel twine bump2version git-changelog # better-exceptions(optional for debug)
- name: Bump version
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config user.name "SunsetWolf"
git config user.email "Lv.Linlang@hotmail.com"
bump2version patch
NEW_VERSION=$(grep -Po '(?<=^version = ")[^"]*' pyproject.toml)
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 7d1a19d

Please sign in to comment.