diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-11 15:48:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 15:48:00 +0000 |
commit | 4331eaae2e5ae7e82b7d0f74c508bfc842c5a644 (patch) | |
tree | 1862de9f70d60715ab0edf4302d86855fe3912ae /.github/workflows | |
parent | d5d4f872363c59efa503996208c37ee98ef4ec7e (diff) | |
download | PrismLauncher-4331eaae2e5ae7e82b7d0f74c508bfc842c5a644.tar.gz PrismLauncher-4331eaae2e5ae7e82b7d0f74c508bfc842c5a644.tar.bz2 PrismLauncher-4331eaae2e5ae7e82b7d0f74c508bfc842c5a644.zip |
chore(deps): update vedantmgoyal2009/winget-releaser action to v2
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 }} |