This commit is contained in:
Corey Butler 2020-04-01 13:43:23 -05:00
parent ad707fc623
commit 83ba51591f

View File

@ -23,7 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Rollback Release
if: success()
if: success() && ${{ steps.autotagger.outputs.tagcreated = "yes" }}
uses: author/action-rollback@stable
with:
tag: ${{ steps.autotagger.outputs.tagname }}