Skip to content

Commit ec39fe4

Browse files
committed
fix: workflow
1 parent 0097afc commit ec39fe4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main-pr-merge-workflow.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ jobs:
3333
uses: actions/github-script@v5
3434
with:
3535
script: |
36-
const outputs = ${{steps.release_action_plan.outputs}};
37-
console.log('Outputs:', outputs);
38-
const jsonOutputs = JSON.stringify(outputs);
39-
console.log('Outputs:', outputs);
40-
core.setOutput('all_outputs', jsonOutputs);
36+
const jsonOutputs = ${{toJson(steps.release_action_plan.outputs)}};
37+
console.log('Outputs:', jsonOutputs);
4138
4239
# build_and_release:
4340
# needs: prepare_release

0 commit comments

Comments
 (0)