Drop old tags

This commit is contained in:
Matt Borgerson 2022-03-22 15:21:55 -07:00
parent c2fff020e0
commit cc8f067c29

View File

@ -86,6 +86,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
keep_latest: 1
delete_tag_pattern: wheel- # defaults to ""
delete_tag_pattern: wheel-
delete_tags: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}