Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed May 19, 2022
1 parent 97efd35 commit 578a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-type: node
package-name: hexo-theme-volantis
npm-publish:
if: ${{ contains(github.event.head_commit.message, 'release') }}
if: ${{ contains(github.event.head_commit.message, 'chore\(dev\)') && contains(github.event.head_commit.message, 'release') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 578a482

Please sign in to comment.