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

Commit

Permalink
Update desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored Apr 22, 2022
1 parent 34ec70e commit c8574bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: "publish"
on:
workflow_dispatch:

issues:
types:
- labeled
jobs:
publish-tauri:
if: github.event.label.name == 'desktop-release'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -52,7 +54,7 @@ jobs:
with:
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "Win11inReact v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseBody: ${{ github.event.issue.body }}
releaseDraft: false
prerelease: false

0 comments on commit c8574bd

Please sign in to comment.