[CI] Fix tag deleting

This commit is contained in:
Ducko 2021-12-16 13:12:33 +00:00
parent dcce2098df
commit cb0ed8d7ad
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ jobs:
- name: GitHub Release
run: |
git tag -d nightly
git push origin --delete nightly
git tag nightly
git push origin nightly
gh release delete ${{ env.VERSION }} -y