Skip to content

Commit 99853bf

Browse files
committed
fix: workflow
1 parent a561c4d commit 99853bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
script: |
3636
const jsonOutputs = ${{toJson(steps.release_action_plan.outputs)}};
3737
console.log('Outputs:', jsonOutputs);
38+
core.setOutput('all_outputs', jsonOutputs);
3839
3940
build_and_release:
4041
needs: prepare_release

0 commit comments

Comments
 (0)