Skip to content

Commit

Permalink
Delete tag before making a release
Browse files Browse the repository at this point in the history
So that the date and the associated commit is updated
  • Loading branch information
Uranite committed Nov 3, 2024
1 parent bdc71ba commit 46e1d6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 46e1d6b

Please sign in to comment.