chore: update winget-releaser to use main branch (#888)

Update the winget-releaser action in the release_to_winget.yml workflow to use the main branch instead of v2. This ensures that the latest version of the action is being used for publishing.
This commit is contained in:
Nils
2024-08-18 04:29:17 +02:00
committed by GitHub
parent 2e0c8e9e17
commit a2375b4820

View File

@@ -6,7 +6,7 @@ jobs:
publish: publish:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: vedantmgoyal2009/winget-releaser@v2 - uses: vedantmgoyal2009/winget-releaser@main
with: with:
identifier: topgrade-rs.topgrade identifier: topgrade-rs.topgrade
max-versions-to-keep: 5 # keep only latest 5 versions max-versions-to-keep: 5 # keep only latest 5 versions