diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44047499..14c7fd52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,5 +206,6 @@ jobs: - name: "Publish" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: | - mvn --batch-mode clean package gpg:sign -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE - mvn --batch-mode central-publishing:publish -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ No newline at end of file + mvn --batch-mode clean package -P sdk-release -DskipTests=true + mvn --batch-mode gpg:sign -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE + mvn --batch-mode central-publishing:publish -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \ No newline at end of file