diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19d8837d..fe289351 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: git config core.sharedRepository true git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git commit -m --allow-empty "ci(release): Version ${{ steps.get_version.outputs.version }}" + git commit --allow-empty -m "ci(release): Version ${{ steps.get_version.outputs.version }}" git push origin "${{ github.ref_name }}" pr: