Commit ee50daf
authored
fix: Fix missing outputs for
Fixes a bug introduced in #212 where the `actions/increment-version` action no longer produces outputs.
This was caused by a missing step ID reference. To fix the issue, I've re-added the step ID to the step that produces the action's outputs.
DCMAW-16073actions/increment-version (#220)1 parent 727e9cc commit ee50daf
File tree
2 files changed
+10
-0
lines changed- .github/workflows
- actions/increment-version
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments