File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ - package-ecosystem : " gomod"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " daily"
Original file line number Diff line number Diff line change 22
22
args : release --rm-dist
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
- HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
25
+ HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
26
+
27
+ winget :
28
+ runs-on : windows-latest # Action can only run on Windows
29
+ needs : release
30
+ steps :
31
+ - uses : vedantmgoyal2009/winget-releaser@v2
32
+ with :
33
+ identifier : codehex.Neo-cowsay
34
+ installers-regex : ' _Windows_\w+\.zip$'
35
+ token : ${{ secrets.WINGET_TOKEN }}
You can’t perform that action at this time.
0 commit comments