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 64
64
needs : [publish-js-package]
65
65
runs-on : ubuntu-latest
66
66
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
67
79
68
80
steps :
69
81
- name : Checkout actions repository
77
89
uses : ./actions/git/pull-request
78
90
with :
79
91
github-token : ${{ secrets.BOT_GITHUB_TOKEN }}
80
- target-repository : Exabyte-io/ade.js
92
+ target-repository : ${{ matrix.target-repository }}
81
93
source-package-name : " @exabyte-io/code.js"
82
94
target-version : ${{ needs.publish-js-package.outputs.release-version }}
You can’t perform that action at this time.
0 commit comments