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 7fb48ac commit 88d0f6eCopy full SHA for 88d0f6e
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
ref: master
56
token: ${{github.token}}
57
- run: echo '${{ github.ref_name }}' > tag
58
- - 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"
59
- run: git push
60
61
0 commit comments