From 754f1220866d3adfe1d9c0863c49040103cc0b3e Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Wed, 13 Mar 2024 17:37:38 +0100 Subject: [PATCH] fix(release): add missing profile --- .github/workflows/_reusable_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable_build.yml b/.github/workflows/_reusable_build.yml index 1db6eb2..37365ec 100644 --- a/.github/workflows/_reusable_build.yml +++ b/.github/workflows/_reusable_build.yml @@ -76,4 +76,4 @@ jobs: if: ${{ inputs.publishToCentral && !contains(steps.version.outputs.version,'W')}} env: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: ./mvnw --no-transfer-progress -B deploy -Dgpg.keyname=${{ secrets.GPG_KEYNAME }} -Possrh \ No newline at end of file + run: ./mvnw --no-transfer-progress -B deploy -Dgpg.keyname=${{ secrets.GPG_KEYNAME }} -Prelease,ossrh \ No newline at end of file