File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 6464 needs : [publish-js-package]
6565 runs-on : ubuntu-latest
6666 if : (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
67+ strategy :
68+ matrix :
69+ target-repository :
70+ - Exabyte-io/ade.js
71+ - Exabyte-io/application-flavors
72+ - Exabyte-io/ide.js
73+ - Exabyte-io/made.js
74+ - Exabyte-io/mode.js
75+ - Exabyte-io/prode.js
76+ - Exabyte-io/wode.js
77+ - Exabyte-io/materials-designer
78+ - Exabyte-io/web-app
6779
6880 steps :
6981 - name : Checkout actions repository
7789 uses : ./actions/git/pull-request
7890 with :
7991 github-token : ${{ secrets.BOT_GITHUB_TOKEN }}
80- target-repository : Exabyte-io/ade.js
92+ target-repository : ${{ matrix.target-repository }}
8193 source-package-name : " @exabyte-io/code.js"
8294 target-version : ${{ needs.publish-js-package.outputs.release-version }}
You can’t perform that action at this time.
0 commit comments