mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
Use the master branch of the rollback action
This commit is contained in:
parent
c1107f97e5
commit
60bbb766e6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Rollback Release
|
||||
if: success() && ${{ steps.autotagger.outputs.tagcreated }} = "yes"
|
||||
uses: author/action-rollback@stable
|
||||
uses: author/action-rollback@master
|
||||
with:
|
||||
tag: ${{ steps.autotagger.outputs.tagname }}
|
||||
env:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Rollback Release
|
||||
if: success() && ${{ steps.autotagger.outputs.tagcreated }} = "yes"
|
||||
uses: author/action-rollback@stable
|
||||
uses: author/action-rollback@master
|
||||
with:
|
||||
tag: ${{ steps.autotagger.outputs.tagname }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user