bump winget gihtub action (#21119)
* bump winget gihtub action * winget trigger by dispatchpull/21120/head
parent
dbb9f0e1fc
commit
d850b6921d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue