Skip to content

Commit

Permalink
ci: setup git user config
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Nov 14, 2023
1 parent cc1bced commit 643765b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup git user
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- name: Install rust toolchain stable
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit 643765b

Please sign in to comment.