Skip to content

Commit 94c4f07

Browse files
Update .github/workflows/delete-old-releases.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 3c9d7c1 commit 94c4f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-old-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Delete old releases
2020
uses: dev-drprasad/[email protected]
2121
with:
22-
keep_latest: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.keep_latest || '5' }}
22+
keep_latest: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.keep_latest || '1' }}
2323
delete_tags: true
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)