From d850b6921d0f8987ad44a493a4a1ad960217351b Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Mon, 21 Jul 2025 16:08:19 -0700 Subject: [PATCH] bump winget gihtub action (#21119) * bump winget gihtub action * winget trigger by dispatch --- .github/workflows/winget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index d07cb538bd..0387e0f431 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -1,5 +1,6 @@ name: Publish to WinGet on: + workflow_dispatch: release: types: [released] permissions: @@ -9,7 +10,7 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@5c9d4d2ec5d014b83840f3719c90e747692d3e0d + - uses: vedantmgoyal9/winget-releaser@main with: identifier: Kubernetes.minikube installers-regex: 'minikube-installer.exe'