Skip to content

Commit

Permalink
chore: set up git identity for committing during release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Dec 23, 2023
1 parent c7ef304 commit dafa717
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 @@ -35,6 +35,10 @@ jobs:

- name: Install release tools
run: cargo install cargo-release convco
- name: Set up git committer
run: |-
git config --global user.email "[email protected]"
git config --global user.name "DDCP Release Github Action"
- name: Release
run: cargo release --execute --no-confirm $(convco version --bump)
env:
Expand Down

0 comments on commit dafa717

Please sign in to comment.