Update workflow

This commit is contained in:
Damontecres 2025-11-21 14:28:12 -05:00
parent bd0cf04d27
commit 563eaa218d
No known key found for this signature in database

View file

@ -82,7 +82,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete "${{ env.TAG_NAME }}"
gh release delete "${{ env.TAG_NAME }}" --cleanup-tag -y || true
echo '### `${{ env.BRANCH_NAME }}` development build
This pre-release tracks the development build of Wholphin from the `${{ env.BRANCH_NAME }}` unstable branch.