1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-22 22:38:43 +01:00

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

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 }}