Skip to content

Commit 143c733

Browse files
authored
Update publish_crates.yml
1 parent 5cc8dd4 commit 143c733

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish_crates.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Publish version
4242
run: |
43+
git config user.email "bot@avarok.net"
44+
git config user.name "crates.io bot"
4345
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
4446
cargo make publish-patch
4547
elif [ "${{ github.event.inputs.version_type }}" = "minor" ]; then

0 commit comments

Comments
 (0)