Skip to content

Commit

Permalink
fix author for actions commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWeird committed Nov 9, 2021
1 parent 7fb48ac commit 88d0f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ref: master
token: ${{github.token}}
- run: echo '${{ github.ref_name }}' > tag
- run: git commit -a -m '[Automatic] bumpup version to ${{ github.ref_name }}'
- run: git commit -a -m '[Automatic] bumpup version to ${{ github.ref_name }}' --author="Actions"
- run: git push


Expand Down

0 comments on commit 88d0f6e

Please sign in to comment.