Skip to content

Commit 7d1a19d

Browse files
committed
test fix release CI
1 parent c6e277b commit 7d1a19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
pip install setuptools wheel twine bump2version git-changelog # better-exceptions(optional for debug)
3131
- name: Bump version
3232
run: |
33-
git config --global user.name 'github-actions[bot]'
34-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
33+
git config user.name "SunsetWolf"
34+
git config user.email "Lv.Linlang@hotmail.com"
3535
bump2version patch
3636
NEW_VERSION=$(grep -Po '(?<=^version = ")[^"]*' pyproject.toml)
3737
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)