We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb9f0e commit d850b69Copy full SHA for d850b69
.github/workflows/winget.yml
@@ -1,5 +1,6 @@
1
name: Publish to WinGet
2
on:
3
+ workflow_dispatch:
4
release:
5
types: [released]
6
permissions:
@@ -9,7 +10,7 @@ jobs:
9
10
publish:
11
runs-on: windows-latest # action can only be run on windows
12
steps:
- - uses: vedantmgoyal2009/winget-releaser@5c9d4d2ec5d014b83840f3719c90e747692d3e0d
13
+ - uses: vedantmgoyal9/winget-releaser@main
14
with:
15
identifier: Kubernetes.minikube
16
installers-regex: 'minikube-installer.exe'
0 commit comments