Skip to content

Commit 280ce86

Browse files
committed
.
1 parent 127ad5b commit 280ce86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/del-old.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
steps:
99
- uses: dev-drprasad/delete-older-releases@v0.2.0
1010
with:
11-
keep_latest: 1
11+
keep_latest: 1
12+
delete_tags:true
1213
env:
1314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)