From 4acc6d3811133141755efd1c43094309103e0b58 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 21:50:37 -0500 Subject: [PATCH] Update config to remove orphan tags --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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