Commit d87ba7a
committed
Remove unused step ID from release workflow
In a previous revision of the release workflow, the updated checksums were determined by the macOS notarization job and
then passed to the subsequent job via job outputs. Those job outputs in turn referenced step outputs, which required an
ID be assigned to the step. That approach was changed during a later refactoring, but the step ID definitions were not
removed at that time.
The unused step IDs now only make the workflow more difficult to understand and maintain. For this reason, the vestigial
code is hereby removed from the workflow.1 parent d9fa377 commit d87ba7a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
0 commit comments