diff --git a/.github/workflows/_reusable_build.yml b/.github/workflows/_reusable_build.yml index 51dd034..8a6710f 100644 --- a/.github/workflows/_reusable_build.yml +++ b/.github/workflows/_reusable_build.yml @@ -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 diff --git a/.github/workflows/_reusable_tag.yml b/.github/workflows/_reusable_tag.yml index 2194dd4..3800655 100644 --- a/.github/workflows/_reusable_tag.yml +++ b/.github/workflows/_reusable_tag.yml @@ -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 @@ -47,3 +48,4 @@ jobs: with: tag_name: ${{ inputs.version }} release_name: Release ${{ inputs.version }} + repo: bonita-super-admin-application