fix(Actions): Delete tag pattern
This commit is contained in:
parent
a97adbe765
commit
973d806618
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -71,4 +71,4 @@ jobs:
|
||||
- name: Keep only the last 7 nightly builds, any other nightlies will be removed
|
||||
uses: dev-drprasad/delete-older-releases@v0.2.0
|
||||
keep_latest: 7
|
||||
delete_tag_pattern: 'nightly_*'
|
||||
delete_tag_pattern: "nightly_*"
|
Reference in New Issue
Block a user