Skip to content

Commit

Permalink
Fix deletion of old builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 15, 2025
1 parent 7ac441d commit 8a1853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
if: github.ref_name == 'main' && github.event_name != 'pull_request'
run: |
gh release list --json tagName --jq '.[].tagName' | \
sort -R | \
sort -r | \
sed 1,10d | \
xargs -IX -rn1 \
gh release delete X --cleanup-tag --yes
Expand Down

0 comments on commit 8a1853d

Please sign in to comment.