diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6db9d405..a3386108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,10 +200,10 @@ jobs: timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \ - -P sdk-release \ + -DscmCommentPrefix="[maven-release-plugin][skip ci] " \ + -Psdk-release \ -DskipTests=true \ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ -DautoVersionSubmodules=true \ -DtagNameFormat=@{project.version} \ - -Psdk-release \ -B \ No newline at end of file