Skip to content

Commit

Permalink
ci: add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 17, 2024
1 parent 5ab09ec commit f956381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: |
rustup update stable
cargo install knope
git config --global user.name GitHub Actions
git config user.email [email protected]
- run: knope prepare-release --verbose

0 comments on commit f956381

Please sign in to comment.