We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6556f50 commit 96abdb6Copy full SHA for 96abdb6
.github/workflows/build.yml
@@ -188,9 +188,6 @@ jobs:
188
--jq '.[] | select(.draft == true) | .id' \
189
| xargs -I '{}' gh api -X DELETE repos/{owner}/{repo}/releases/{}
190
191
- - name: output github sha
192
- run: echo $GITHUB_SHA
193
-
194
# Create new release draft - which is not publicly visible and requires manual acceptance
195
- name: Create Release Draft
196
env:
0 commit comments