Skip to content

Commit 96abdb6

Browse files
authored
Update build.yml
1 parent 6556f50 commit 96abdb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ jobs:
188188
--jq '.[] | select(.draft == true) | .id' \
189189
| xargs -I '{}' gh api -X DELETE repos/{owner}/{repo}/releases/{}
190190
191-
- name: output github sha
192-
run: echo $GITHUB_SHA
193-
194191
# Create new release draft - which is not publicly visible and requires manual acceptance
195192
- name: Create Release Draft
196193
env:

0 commit comments

Comments
 (0)