Skip to content

Commit

Permalink
ci: add winget-releaser (#412)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ottnorml authored Oct 3, 2023
1 parent c6c18fb commit 69a137c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ jobs:
**/*.exe
**/*.snap
**/*.blockmap
publish-to-winget:
name: Publish to WinGet
needs:
- publish
- release-please
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Zidoro.Pomatez
installers-regex: 'setup\.exe$'
max-versions-to-keep: 5 # keep only latest 5 versions
release-tag: ${{ needs.release-please.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 69a137c

Please sign in to comment.