Skip to content

Commit

Permalink
chore(merge): master into release-10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 810a497 + 9b22f09 commit 33c6b51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ jobs:
if: ${{ inputs.release }}
env:
GH_TOKEN: ${{ secrets.BONITA_CI_PAT }}
run: gh release upload ${{ inputs.ref }} ./target/bonita-admin-application-${{ inputs.ref }}.bos --repo bonitasoft/bonita-admin-application
run: |
gh release upload ${{ inputs.ref }} ./community/target/bonita-admin-application-${{ inputs.ref }}.bos --repo bonitasoft/bonita-admin-application
gh release upload ${{ inputs.ref }} ./subscription/target/bonita-admin-application-sp-${{ inputs.ref }}.bos --repo bonitasoft/bonita-admin-application

0 comments on commit 33c6b51

Please sign in to comment.