Skip to content

Commit

Permalink
fix(#798): include-v-in-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG authored Aug 13, 2022
1 parent 4bf8358 commit 208d7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
"sensitive": 0
}
]
}'
}'

0 comments on commit 208d7a3

Please sign in to comment.