diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9492c02..2197ed6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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