Skip to content

Commit 69a137c

Browse files
authored
ci: add winget-releaser (#412)
* ci: Add winget-releaser fix #269 * fix(ci): set missing tag for winget-releaser * ci: Update package identifier * fix(ci): add installer path regex for winget-releaser
1 parent c6c18fb commit 69a137c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,17 @@ jobs:
5151
**/*.exe
5252
**/*.snap
5353
**/*.blockmap
54+
publish-to-winget:
55+
name: Publish to WinGet
56+
needs:
57+
- publish
58+
- release-please
59+
runs-on: windows-latest
60+
steps:
61+
- uses: vedantmgoyal2009/winget-releaser@v2
62+
with:
63+
identifier: Zidoro.Pomatez
64+
installers-regex: 'setup\.exe$'
65+
max-versions-to-keep: 5 # keep only latest 5 versions
66+
release-tag: ${{ needs.release-please.outputs.tag }}
67+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)