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 }}