From a2375b48203322e39d36a6235db6aabdc4d3e5e0 Mon Sep 17 00:00:00 2001 From: Nils <52573120+niStee@users.noreply.github.com> Date: Sun, 18 Aug 2024 04:29:17 +0200 Subject: [PATCH] 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. --- .github/workflows/release_to_winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_winget.yml b/.github/workflows/release_to_winget.yml index ebcf1b9d..f81cf1f5 100644 --- a/.github/workflows/release_to_winget.yml +++ b/.github/workflows/release_to_winget.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v2 + - uses: vedantmgoyal2009/winget-releaser@main with: identifier: topgrade-rs.topgrade max-versions-to-keep: 5 # keep only latest 5 versions