Fix submit winget workflow

[skip ci]
This commit is contained in:
JonnyWong16 2023-03-03 10:43:33 -08:00
parent aa7606d576
commit 8f06b39a07
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -9,7 +9,7 @@ jobs:
winget:
name: Submit Winget Package
runs-on: windows-latest
if: !github.event.release.prerelease
if: ${{ !github.event.release.prerelease }}
steps:
- name: Submit package to Windows Package Manager Community Repository
run: |