Skip to content

Commit

Permalink
fix(release): add missing profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Mar 13, 2024
1 parent 763777e commit 754f122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: ./mvnw --no-transfer-progress -B deploy -Dgpg.keyname=${{ secrets.GPG_KEYNAME }} -Prelease,ossrh

0 comments on commit 754f122

Please sign in to comment.