Delete tag before making a release

So that the date and the associated commit is updated
This commit is contained in:
Uranite 2024-11-03 21:14:58 +07:00 committed by Josh Holmer
parent fc0a19a1f7
commit f5497931d1

View file

@ -56,6 +56,13 @@ jobs:
- name: Av1an build
run: cargo build --release
- name: Delete existing release
continue-on-error: true
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release delete latest --cleanup-tag
- name: Create prerelease
uses: softprops/action-gh-release@v2
with: