diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b02db926..69acf77c92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,6 +207,26 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} + propagate: + needs: [release-npm] + if: ${{ contains(toJson(github.event.pull_request.labels.*.name), 'hxp-upstream') }} + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - name: HxP upstream invoke + uses: aurelien-baudet/workflow-dispatch@93e95b157d791ae7f42aef8f8a0d3d723eba1c31 # v2.1.1 + with: + repo: Alfresco/hxp-frontend-apps + ref: develop + workflow: upstream-adf.yml + token: ${{ secrets.ALFRESCO_BUILD_GH_TOKEN }} + wait-for-completion: false + inputs: > + { + "tag_version": "alpha" + } + npm-check-bundle: needs: [release-npm] timeout-minutes: 15