diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78d2821..f8c4d27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} \ No newline at end of file