Skip to content

Commit

Permalink
chore(merge): 9.0.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 82345db + 5f47805 commit 9787671
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-super-admin-application-${{ inputs.ref }}.bos --repo bonitasoft/bonita-super-admin-application
run: |
gh release upload ${{ inputs.ref }} ./community/target/bonita-super-admin-application-${{ inputs.ref }}.bos --repo bonitasoft/bonita-super-admin-application
gh release upload ${{ inputs.ref }} ./subscription/target/bonita-super-admin-application-sp-${{ inputs.ref }}.bos --repo bonitasoft/bonita-super-admin-application

0 comments on commit 9787671

Please sign in to comment.