From 0b662b4763bbc54d263092d2fec070d743343f94 Mon Sep 17 00:00:00 2001 From: shuta13 Date: Thu, 18 Apr 2024 15:34:46 +0900 Subject: [PATCH] chore: empty commit for release 0.0.2 --- .github/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}"