mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Updated test
This commit is contained in:
parent
d1f68225dd
commit
2d7ff4f878
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -6,7 +6,8 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
name: Test Suite
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checkout updated source code
|
||||
@ -22,7 +23,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Rollback Release
|
||||
if: failure() && steps.create_release.outputs.id != ''
|
||||
if: success()
|
||||
uses: author/action-rollback@stable
|
||||
with:
|
||||
tag: ${{ steps.autotagger.outputs.tagname }}
|
||||
|
Loading…
Reference in New Issue
Block a user