From 6b4b577860dbabde8183cf55ac11421644be0fdc Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 3 Apr 2020 00:26:50 -0500 Subject: [PATCH] Reimplemented rollback of test tags --- .github/workflows/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fb04a5..1c786c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,15 +23,15 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: Rollback Package Test Release - # id: package_rollback - # if: success() && ${{ steps.package_autotagger.outputs.tagcreated }} = "yes" - # uses: author/action-rollback@master - # with: - # tag: ${{ steps.package_autotagger.outputs.tagrequested }} - # delete_orphan_tag: true - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Rollback Package Test Release + id: package_rollback + if: success() && ${{ steps.package_autotagger.outputs.tagcreated }} = "yes" + uses: author/action-rollback@master + with: + tag: ${{ steps.package_autotagger.outputs.tagrequested }} + delete_orphan_tag: true + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} docker: name: Test Suite - Docker Strategy runs-on: ubuntu-latest