Skip to content

Commit d87ba7a

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-go-crosscompile-task.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ jobs:
173173
gon "${{ env.GON_CONFIG_PATH }}"
174174
175175
- name: Re-package binary
176-
id: re-package
177176
working-directory: ${{ env.DIST_DIR }}
178177
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
179178
run: |

0 commit comments

Comments
 (0)