Skip to content

Commit 5954afe

Browse files
committed
GitHub Actions: adjustments for 1.x
1 parent 3358c0a commit 5954afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118118
run: |
119119
gh api repos/{owner}/{repo}/releases \
120-
--jq '.[] | select(.draft == true) | select(.tag_name | startswith("v1") | .id' \
120+
--jq '.[] | select(.draft == true) | select(.tag_name | startswith("v1")) | .id' \
121121
| xargs -I '{}' gh api -X DELETE repos/{owner}/{repo}/releases/{}
122122
123123
# Create a new release draft which is not publicly visible and requires manual acceptance

0 commit comments

Comments
 (0)