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 143c733 commit 8a34f77Copy full SHA for 8a34f77
1 file changed
.github/workflows/publish_crates.yml
@@ -17,6 +17,7 @@ permissions:
17
18
env:
19
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
20
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
22
jobs:
23
publish:
@@ -40,8 +41,8 @@ jobs:
40
41
42
- name: Publish version
43
run: |
- git config user.email "bot@avarok.net"
44
- git config user.name "crates.io bot"
+ git config user.email "tbraun96@gmail.com"
45
+ git config user.name "Thomas Braun"
46
if [ "${{ github.event.inputs.version_type }}" = "patch" ]; then
47
cargo make publish-patch
48
elif [ "${{ github.event.inputs.version_type }}" = "minor" ]; then
0 commit comments