Skip to content

Commit

Permalink
fix(ci): add installer path regex for winget-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Sep 29, 2023
1 parent 2240213 commit 8d6cdf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- 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 8d6cdf8

Please sign in to comment.