We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc8dd4 commit 143c733Copy full SHA for 143c733
1 file changed
.github/workflows/publish_crates.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: Publish version
42
run: |
43
+ git config user.email "bot@avarok.net"
44
+ git config user.name "crates.io bot"
45
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
46
cargo make publish-patch
47
elif [ "${{ github.event.inputs.version_type }}" = "minor" ]; then
0 commit comments