mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 01:58:53 +00:00
Delete tag before making a release
So that the date and the associated commit is updated
This commit is contained in:
parent
fc0a19a1f7
commit
f5497931d1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/windows-build.yml
vendored
7
.github/workflows/windows-build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue