mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
WIP
This commit is contained in:
parent
ad707fc623
commit
83ba51591f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user