There was an error while loading. Please reload this page.
2 parents 66ff09c + 8e90d86 commit eb2223dCopy full SHA for eb2223d
1 file changed
.github/workflows/build.yaml
@@ -82,7 +82,7 @@ jobs:
82
83
create-release:
84
name: semantic-release
85
- if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore(release):')
+ if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore')
86
needs: build
87
runs-on: ubuntu-latest
88
0 commit comments