Skip to content

Commit 88d0f6e

Browse files
committed
fix author for actions commit
1 parent 7fb48ac commit 88d0f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ref: master
5656
token: ${{github.token}}
5757
- run: echo '${{ github.ref_name }}' > tag
58-
- run: git commit -a -m '[Automatic] bumpup version to ${{ github.ref_name }}'
58+
- run: git commit -a -m '[Automatic] bumpup version to ${{ github.ref_name }}' --author="Actions"
5959
- run: git push
6060

6161

0 commit comments

Comments
 (0)