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 7e343e7 commit eaef45aCopy full SHA for eaef45a
.github/workflows/publish-rust.yml
@@ -89,6 +89,11 @@ jobs:
89
with:
90
tool: cargo-semver-checks,cargo-release
91
92
+ - name: Set Git Author (required for cargo-release)
93
+ run: |
94
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
95
+ git config --global user.name "github-actions[bot]"
96
+
97
- name: Set Version
98
run: |
99
if [ "${{ inputs.level }}" == "version" ]; then
0 commit comments