We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e3b10 commit 1c0cad4Copy full SHA for 1c0cad4
.github/workflows/cleanup.yml
@@ -15,5 +15,6 @@ jobs:
15
keep_latest: 6
16
delete_prerelease_only: true
17
delete_tags: true
18
+ delete_tag_pattern: ^.*-nightly$
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments