This commit is contained in:
Corey Butler 2020-04-01 13:44:47 -05:00
parent 83ba51591f
commit 9272761fd8

View File

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