There was an error while loading. Please reload this page.
1 parent 4e55d99 commit 3792e0fCopy full SHA for 3792e0f
1 file changed
.github/workflows/release-please.yml
@@ -31,6 +31,8 @@ jobs:
31
token: ${{ steps.get-github-app-token.outputs.token }}
32
config-file: release-please-config.json
33
manifest-file: .release-please-manifest.json
34
+ skip-github-pull-request: >-
35
+ ${{ contains(github.event.head_commit.message, 'chore(main): release') }}
36
37
publish:
38
name: Publish Maven artifacts
0 commit comments