Skip to content

Commit

Permalink
cd: Configure GH Actions bot correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Apr 21, 2024
1 parent a8e586b commit a5b36ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Setup Git
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Release and Upload Asset
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a5b36ca

Please sign in to comment.