Use the master branch of the rollback action

This commit is contained in:
Corey Butler 2020-04-01 21:46:06 -05:00
parent c1107f97e5
commit 60bbb766e6

View File

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