diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-02-22 16:19:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 16:19:11 +0100 |
commit | 8ce8055aeb3e610088ff5a08f509862c1feafd8f (patch) | |
tree | 981379385cee638672377136af21658792cd7f5a /.github/workflows | |
parent | a71b743ee3225a4dd994a76d8bba739a8cf2986d (diff) | |
parent | 4331eaae2e5ae7e82b7d0f74c508bfc842c5a644 (diff) | |
download | PrismLauncher-8ce8055aeb3e610088ff5a08f509862c1feafd8f.tar.gz PrismLauncher-8ce8055aeb3e610088ff5a08f509862c1feafd8f.tar.bz2 PrismLauncher-8ce8055aeb3e610088ff5a08f509862c1feafd8f.zip |
Merge pull request #846 from PrismLauncher/renovate/vedantmgoyal2009-winget-releaser-2.x
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/winget.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index ef9561cf..eacf2309 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: PrismLauncher.PrismLauncher version: ${{ github.event.release.tag_name }} |