diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2e329bd..b5ee984 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,9 +48,7 @@ jobs: EOF - name: Version up and generate changelog run: | - npm version ${{ github.event.inputs.tag }} - git add . - git commit -m "chore: version up ${{ github.event.inputs.tag }}" + npm version ${{ github.event.inputs.tag }} -m "chore: version up ${{ github.event.inputs.tag }}" npm run release:changelog git add . git commit -m "chore: generate changelog for ${{ github.event.inputs.tag }}"