Remove old release

This commit is contained in:
Soxoj
2024-12-04 01:15:26 +01:00
parent 003247453b
commit 0e77ee47b4
+6 -1
View File
@@ -38,13 +38,18 @@ jobs:
with: with:
name: maigret_standalone_win32 name: maigret_standalone_win32
- name: Remove Previous Release
uses: liudonghua123/delete-release-action@v1
with:
release_name: Windows Release [${{ github.ref_name }}]
- name: Create New Release - name: Create New Release
uses: actions/create-release@v1 uses: actions/create-release@v1
id: create_release id: create_release
with: with:
draft: false draft: false
prerelease: true prerelease: true
release_name: Windows Release ${{ github.ref_name }} release_name: Windows Release [${{ github.ref_name }}]
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
body: | body: |
This is a development release, built from the branch **${{ github.ref_name }}**. This is a development release, built from the branch **${{ github.ref_name }}**.