Commit 0281e87
committed
fix(ci): Add job outputs for update-cli composite action
The update-cli job was refactored from a reusable workflow to a composite
action but was missing job-level outputs. The update-binaries job depends
on outputs from update-cli (originalTag, latestTag, prBranch). Without
these outputs mapped at the job level, the workflow would fail when
trying to access them via needs.update-cli.outputs.*.
Add outputs section to map step outputs to job outputs and add step id
to enable output access.1 parent 2974ce3 commit 0281e87
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | | - | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments