Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLyalyuev committed Aug 29, 2022
1 parent 0458b73 commit b548af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
hub release -f "%T (%S) %n" --include-drafts | grep " (draft)" | awk '{print ${'$'}1}' | xargs -t -n1 hub release delete || exit 0
hub release -f "%T (%S) %n" --include-drafts | grep " (draft)" | awk '{print $1}' | xargs -t -n1 hub release delete || exit 0

0 comments on commit b548af7

Please sign in to comment.