Skip to content

Commit

Permalink
fix(ci): set missing tag for winget-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Sep 28, 2023
1 parent 4ff2734 commit 74cbdcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ jobs:
name: Publish to WinGet
needs:
- publish
- release-please
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Roldanjr.Pomatez
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 74cbdcb

Please sign in to comment.