[ACS-9823]: [publish] release ci fix work (#720)

This commit is contained in:
Vivek
2025-07-25 18:55:15 +05:30
committed by GitHub
parent 49a3815038
commit 099b7b26df

View File

@@ -207,4 +207,4 @@ jobs:
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
run: |
mvn --batch-mode clean verify 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
mvn --batch-mode package central-publishing:publish -P sdk-release -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE