[CI] Fix tag deleting
This commit is contained in:
parent
dcce2098df
commit
cb0ed8d7ad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_nightly.yml
vendored
1
.github/workflows/release_nightly.yml
vendored
|
@ -58,6 +58,7 @@ jobs:
|
||||||
- name: GitHub Release
|
- name: GitHub Release
|
||||||
run: |
|
run: |
|
||||||
git tag -d nightly
|
git tag -d nightly
|
||||||
|
git push origin --delete nightly
|
||||||
git tag nightly
|
git tag nightly
|
||||||
git push origin nightly
|
git push origin nightly
|
||||||
gh release delete ${{ env.VERSION }} -y
|
gh release delete ${{ env.VERSION }} -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue