From 208d7a329de8a9dcf30d65e794c5c43315c2e72a Mon Sep 17 00:00:00 2001 From: H <616001163@qq.com> Date: Sun, 14 Aug 2022 05:40:45 +0800 Subject: [PATCH] fix(#798): include-v-in-tag --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f4113c987..9778f2af0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,7 @@ jobs: with: release-type: node package-name: hexo-theme-volantis + include-v-in-tag: false npm-publish: if: ${{ contains(github.event.head_commit.message, 'chore(dev)') && contains(github.event.head_commit.message, 'release') && github.repository == 'volantis-x/hexo-theme-volantis' }} runs-on: ubuntu-latest @@ -56,4 +57,4 @@ jobs: "sensitive": 0 } ] - }' \ No newline at end of file + }'