diff --git a/.github/processing-data.js b/.github/processing-data.js index 3cc9726a..44338a8c 100644 --- a/.github/processing-data.js +++ b/.github/processing-data.js @@ -2,9 +2,10 @@ module.exports = function processingData() { const arr = [ 'plasma-web', 'plasma-ASDK', + 'plasma-b2c', + 'caldera', ].map((i) => `@salutejs/${i}`); - return { "PACKAGES": JSON.stringify(arr) } diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 5365b136..161b17e8 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -6,7 +6,7 @@ on: outputs: STATE: description: "scope collection" - value: ${{ jobs.build.outputs.STATE }} + value: ${{ jobs.poc-reuse.outputs.STATE }} jobs: poc-reuse: