Trying to remove by tag

This commit is contained in:
Soxoj
2024-12-04 01:29:24 +01:00
parent 20e32772b4
commit 9c4ae21465
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Remove Previous Release - name: Remove Previous Release
uses: liudonghua123/delete-release-action@v1 uses: liudonghua123/delete-release-action@v1
with: with:
release_name: Windows Release [${{ github.ref_name }}] release_name: ${{ github.ref_name }}
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}