Skip to content

Commit

Permalink
chore(merge): release-10.1 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 92b1a87 + 81bbe18 commit 5224bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -63,4 +63,4 @@ 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
run: gh release upload ${{ inputs.ref }} ./target/bonita-super-admin-application-${{ inputs.ref }}.bos --repo bonitasoft/bonita-super-admin-application
2 changes: 2 additions & 0 deletions .github/workflows/_reusable_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
repository: bonitasoft/bonita-super-admin-application
token: ${{ secrets.BONITA_CI_PAT }}
ref: ${{ github.ref }}

- name: Git Setup
uses: bonitasoft/git-setup-action@v1
Expand All @@ -47,3 +48,4 @@ jobs:
with:
tag_name: ${{ inputs.version }}
release_name: Release ${{ inputs.version }}
repo: bonita-super-admin-application

0 comments on commit 5224bf3

Please sign in to comment.