Skip to content

Commit a14c3d3

Browse files
authored
Merge pull request #1665 from rsteube/winget-publish
github: added winget publishing
2 parents 457d926 + c20c562 commit a14c3d3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/winget.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish to WinGet
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
winget:
9+
runs-on: windows-latest
10+
steps:
11+
- uses: vedantmgoyal2009/winget-releaser@v2
12+
with:
13+
identifier: rsteube.Carapace
14+
max-versions-to-keep: 5
15+
fork-user: rsteube-bot
16+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)