bump winget gihtub action (#21119)

* bump winget gihtub action

* winget trigger by dispatch
pull/21120/head
Medya Ghazizadeh 2025-07-21 16:08:19 -07:00 committed by GitHub
parent dbb9f0e1fc
commit d850b6921d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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'