Skip to content

Commit d850b69

Browse files
authored
bump winget gihtub action (#21119)
* bump winget gihtub action * winget trigger by dispatch
1 parent dbb9f0e commit d850b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Publish to WinGet
22
on:
3+
workflow_dispatch:
34
release:
45
types: [released]
56
permissions:
@@ -9,7 +10,7 @@ jobs:
910
publish:
1011
runs-on: windows-latest # action can only be run on windows
1112
steps:
12-
- uses: vedantmgoyal2009/winget-releaser@5c9d4d2ec5d014b83840f3719c90e747692d3e0d
13+
- uses: vedantmgoyal9/winget-releaser@main
1314
with:
1415
identifier: Kubernetes.minikube
1516
installers-regex: 'minikube-installer.exe'

0 commit comments

Comments
 (0)