Update config to remove orphan tags

This commit is contained in:
Corey Butler 2020-04-01 21:50:37 -05:00
parent 60bbb766e6
commit 4acc6d3811

View File

@ -27,6 +27,7 @@ jobs:
uses: author/action-rollback@master
with:
tag: ${{ steps.autotagger.outputs.tagname }}
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -52,6 +53,7 @@ jobs:
uses: author/action-rollback@master
with:
tag: ${{ steps.autotagger.outputs.tagname }}
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}