Skip to content

Commit

Permalink
Configure git in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 21, 2024
1 parent 283359d commit 8eb9f6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Configure git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
# Git release commits
- name: Download repos artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 8eb9f6f

Please sign in to comment.