Skip to content

Commit

Permalink
chore(merge): release-10.0.0 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Mar 15, 2024
2 parents f70426c + 1d26620 commit 6b51328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Maven Build & Deploy release
if: ${{ inputs.release }}
timeout-minutes: 60
run: ./mvnw -ntp deploy -DaltDeploymentRepository=staging::${{ vars.STAGING_REPOSITORY_URL }}
# Profile release is used to sign artifacts with GPG
run: ./mvnw -ntp deploy -Prelease -DaltDeploymentRepository=staging::${{ vars.STAGING_REPOSITORY_URL }}

- name: Upload BOS to the Github release
if: ${{ inputs.release }}
Expand Down

0 comments on commit 6b51328

Please sign in to comment.