Skip to content

Commit 3792e0f

Browse files
fix(ci): skip release PR after release merge (#331)
Avoid opening another release-please PR when the push was created by merging a release PR.
1 parent 4e55d99 commit 3792e0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
token: ${{ steps.get-github-app-token.outputs.token }}
3232
config-file: release-please-config.json
3333
manifest-file: .release-please-manifest.json
34+
skip-github-pull-request: >-
35+
${{ contains(github.event.head_commit.message, 'chore(main): release') }}
3436
3537
publish:
3638
name: Publish Maven artifacts

0 commit comments

Comments
 (0)