From 746e34570f0d3da15c1b060ad87229289c5faf0a Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Fri, 15 Nov 2024 21:04:31 +0100 Subject: [PATCH] chore: pin winget-releaser to v2 (#542) --- .github/workflows/winget-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-publish-release.yml b/.github/workflows/winget-publish-release.yml index a58347d..8641b0b 100644 --- a/.github/workflows/winget-publish-release.yml +++ b/.github/workflows/winget-publish-release.yml @@ -12,7 +12,7 @@ jobs: $VERSION = "${{ github.event.release.tag_name }}" -replace '.*-v(\d+)\.(\d+\.\d+)', '$1.$2' "version=$VERSION" >> $env:GITHUB_OUTPUT shell: pwsh - - uses: vedantmgoyal9/winget-releaser@main + - uses: vedantmgoyal9/winget-releaser@v2 with: identifier: hrzlgnm.mdns-browser max-versions-to-keep: 10