Skip to content

Commit 0373136

Browse files
committed
fix: fix indendation
1 parent e1fc7a6 commit 0373136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cargo install cargo-edit
3131
cargo set-version ${{ steps.get_next_version.outputs.version }}
3232
git config --global user.email "[email protected]"
33-
git config --global user.name "${{ github.actor }}"
33+
git config --global user.name "${{ github.actor }}"
3434
git add .
3535
git commit -m 'chore: Bump version to ${{ steps.get_next_version.outputs.version }}. [skip ci]'
3636
git push

0 commit comments

Comments
 (0)