Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit c8574bd

Browse files
authored
Update desktop.yml
1 parent 34ec70e commit c8574bd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/desktop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "publish"
22
on:
3-
workflow_dispatch:
4-
3+
issues:
4+
types:
5+
- labeled
56
jobs:
67
publish-tauri:
8+
if: github.event.label.name == 'desktop-release'
79
strategy:
810
fail-fast: false
911
matrix:
@@ -52,7 +54,7 @@ jobs:
5254
with:
5355
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
5456
releaseName: "Win11inReact v__VERSION__"
55-
releaseBody: "See the assets to download this version and install."
57+
releaseBody: ${{ github.event.issue.body }}
5658
releaseDraft: false
5759
prerelease: false
5860

0 commit comments

Comments
 (0)