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 e1fc7a6 commit 0373136Copy full SHA for 0373136
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
cargo install cargo-edit
31
cargo set-version ${{ steps.get_next_version.outputs.version }}
32
git config --global user.email "[email protected]"
33
- git config --global user.name "${{ github.actor }}"
+ git config --global user.name "${{ github.actor }}"
34
git add .
35
git commit -m 'chore: Bump version to ${{ steps.get_next_version.outputs.version }}. [skip ci]'
36
git push
0 commit comments