From 9272761fd8a6f569c5ea4b3e3da0469450d2ca9d Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 13:44:47 -0500 Subject: [PATCH] WIP --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0779936..39ad780 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Rollback Release - if: success() && ${{ steps.autotagger.outputs.tagcreated = "yes" }} + if: success() && ${{ steps.autotagger.outputs.tagcreated }} = "yes" uses: author/action-rollback@stable with: tag: ${{ steps.autotagger.outputs.tagname }}