fix(Actions): forgot with keyword

This commit is contained in:
Yimura 2022-01-03 17:49:09 +01:00
parent c0cfb74488
commit 108acae399

View File

@ -70,5 +70,6 @@ jobs:
- name: Keep only the last 7 nightly builds, any other nightlies will be removed - name: Keep only the last 7 nightly builds, any other nightlies will be removed
uses: dev-drprasad/delete-older-releases@v0.2.0 uses: dev-drprasad/delete-older-releases@v0.2.0
keep_latest: 7 with:
delete_tag_pattern: nightly keep_latest: 7
delete_tag_pattern: nightly