Skip to content

Commit

Permalink
Update publish_crates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 authored Jan 8, 2025
1 parent 5cc8dd4 commit 143c733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Publish version
run: |
git config user.email "[email protected]"
git config user.name "crates.io bot"
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
cargo make publish-patch
elif [ "${{ github.event.inputs.version_type }}" = "minor" ]; then
Expand Down

0 comments on commit 143c733

Please sign in to comment.