Skip to content

Commit fafab28

Browse files
Remove unused GHA step:
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 96b117d commit fafab28

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,6 @@ jobs:
255255
pattern: "hook-tarball-*"
256256
merge-multiple: true
257257

258-
- name: Figure Out Commit Short ID
259-
id: commitid
260-
run: |
261-
echo ::set-output name=short::$(git rev-parse --short HEAD)
262-
263258
- name: Generate Release Notes
264259
run: |
265260
generated_release_notes=$(gh api 'repos/{owner}/{repo}/releases/generate-notes' -F tag_name=${{github.ref}} --jq .body)

0 commit comments

Comments
 (0)