Skip to content

Commit

Permalink
Revert "Use sender's name and email to commit release updates"
Browse files Browse the repository at this point in the history
This reverts commit 9aacdb9.
  • Loading branch information
SimplyDanny committed Jan 13, 2025
1 parent b3ba86f commit 5ad27dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
sed -i -e '3s/.*/ version = "${{ inputs.version }}",/' MODULE.bazel
- name: Configure author
run: |
git config --local user.name "${{ github.event.sender.name }}"
git config --local user.email "${{ github.event.sender.email }}"
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Commit changes
id: pre_release
run: |
Expand Down

0 comments on commit 5ad27dd

Please sign in to comment.