Skip to content

Commit

Permalink
fix git user and email in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 31, 2024
1 parent 762bc98 commit da8dc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

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

0 comments on commit da8dc92

Please sign in to comment.