diff options
author | Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> | 2022-09-30 22:51:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 22:51:47 +0530 |
commit | be3d780720688ea7869fc4a5744c99c7a84ec167 (patch) | |
tree | ef3255da9f994e42125b6db4084a3a5245468c1c | |
parent | 370c3aa5985698351e706e61c660a3a566a5f09b (diff) | |
download | PrismLauncher-be3d780720688ea7869fc4a5744c99c7a84ec167.tar.gz PrismLauncher-be3d780720688ea7869fc4a5744c99c7a84ec167.tar.bz2 PrismLauncher-be3d780720688ea7869fc4a5744c99c7a84ec167.zip |
Update winget.yml
Signed-off-by: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com>
-rw-r--r-- | .github/workflows/winget.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 98981e80..d3f787b6 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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 }} |