mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 00:01:08 +07:00
Update config to remove orphan tags
This commit is contained in:
parent
60bbb766e6
commit
4acc6d3811
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
uses: author/action-rollback@master
|
||||
with:
|
||||
tag: ${{ steps.autotagger.outputs.tagname }}
|
||||
delete_orphan_tag: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@ -52,6 +53,7 @@ jobs:
|
||||
uses: author/action-rollback@master
|
||||
with:
|
||||
tag: ${{ steps.autotagger.outputs.tagname }}
|
||||
delete_orphan_tag: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user