aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-02 15:08:59 +0200
committerGitHub <noreply@github.com>2022-10-02 15:08:59 +0200
commite3e9e394985e0327efe882d7b4e4c1d6a6cb6491 (patch)
tree94aee4f70ef39e49d6a1333615065021c3852ee9 /.github
parentf315025a8dc62ac7cc7d79a3565533f1db5e6bb8 (diff)
parentbe3d780720688ea7869fc4a5744c99c7a84ec167 (diff)
downloadPrismLauncher-e3e9e394985e0327efe882d7b4e4c1d6a6cb6491.tar.gz
PrismLauncher-e3e9e394985e0327efe882d7b4e4c1d6a6cb6491.tar.bz2
PrismLauncher-e3e9e394985e0327efe882d7b4e4c1d6a6cb6491.zip
Merge pull request #1171 from vedantmgoyal2009/patch-1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/winget.yml3
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 }}