Skip to content

Commit da8dc92

Browse files
fix git user and email in publish workflow
1 parent 762bc98 commit da8dc92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: Commit and push changes
4949
run: |
50+
git config --global user.name "github-actions[bot]"
5051
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5152
git add pyproject.toml
5253
git commit -m "Update pyproject.toml"

0 commit comments

Comments
 (0)