fix(Actions): Delete tag pattern

This commit is contained in:
Yimura 2022-01-03 17:45:51 +01:00
parent a97adbe765
commit 973d806618

View File

@ -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_*"