Skip winget when prerelease

This commit is contained in:
AkiraFukushima 2023-01-31 13:19:27 +09:00
parent 766bfb0641
commit 41298bbd63
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ jobs:
asset_path: "build/Whalebird-*.shasum"
- name: Release to WinGet
uses: vedantmgoyal2009/winget-releaser@v1
if: github.event_name == 'release' && github.event.release.prerelease == false
with:
identifier: h3poteto.whalebird-desktop
version: ${{ github.event.release.tag_name }}