[CI] Update tag as well

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

View File

@ -57,6 +57,9 @@ jobs:
- name: GitHub Release
run: |
git tag -d nightly
git tag nightly
git push origin nightly
gh release delete ${{ env.VERSION }} -y
gh release create ${{ env.VERSION }} -t "${{ env.NAME }}" -n "${{ env.BODY }}" ${{ env.FILES }}
env: