Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxhat committed Apr 1, 2021
1 parent f68aa16 commit 5522ae8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ jobs:
token: ${{ secrets.ONYXHAT_PAT }}
prerelease: false
allowUpdates: true

- name: Rollback Release
uses: author/[email protected]
if: failure()
with:
tag: ${{ env.CI_REF_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.ONYXHAT_PAT }}

0 comments on commit 5522ae8

Please sign in to comment.