Update winget.yml

Signed-off-by: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com>
This commit is contained in:
Vedant 2022-09-30 22:51:47 +05:30 committed by GitHub
parent 370c3aa598
commit be3d780720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,9 @@ jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: PolyMC.PolyMC
version: ${{ github.event.release.tag_name }}
installers-regex: 'PolyMC-Windows-Setup-.+\.exe$'
token: ${{ secrets.WINGET_TOKEN }}