Skip to content

Commit 9ad8d47

Browse files
ci: git user
1 parent e84b670 commit 9ad8d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
# Use sed to replace the sha256 line in-place
7676
sed -i "s/sha256 .*/sha256 \"$SHA\"/" Formula/excavator.rb
7777
78+
# Configure git user (necessary if not already configured in the workflow)
79+
git config user.email "jesse@negativespacesounds.com"
80+
git config user.name "Jesse Williams"
81+
7882
# Add changes, commit, and push back to the repository
7983
git add Formula/excavator.rb
8084
git commit -m "Update excavator to ${{ env.TAG_NAME }}"

0 commit comments

Comments
 (0)