Skip to content

Commit

Permalink
chore: pin winget-releaser to v2 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Nov 15, 2024
1 parent ba5adee commit 746e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 746e345

Please sign in to comment.