Skip to content

Commit

Permalink
ci: fix git config
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Aug 28, 2023
1 parent 691dcc2 commit 4907fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:

- name: Commit and push build files
run: |
git config --global user.name "Stainless Bot"
git config --global user.email "stainless-bot@users.noreply.github.com"
git add ./build
git commit -m "Build sources"
git push
Expand Down

0 comments on commit 4907fd0

Please sign in to comment.