Skip to content

Commit

Permalink
configure git user.name and name.email
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed May 6, 2024
1 parent d110bbe commit ae82936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Update Homebrew formula
run: |
git config --global user.name "GitHub Actions on behalf of Bartek Pacia"
git config --global user.email "[email protected]"
brew tap bartekpacia/tools
op run -- brew bump-formula-pr \
--message "bump version to $(git describe --tags)" \
Expand Down

0 comments on commit ae82936

Please sign in to comment.