mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Remove old release
This commit is contained in:
@@ -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 }}**.
|
||||||
|
|||||||
Reference in New Issue
Block a user