Skip to content

Commit dd6bc58

Browse files
authored
fix(release): Fix winget release workflow (#1395)
1 parent 22ef36a commit dd6bc58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_to_winget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: vedantmgoyal2009/winget-releaser@19e706d4c9121098010096f9c495a70a7518b30f # main
1515
with:
16+
release-tag: ${{ github.event.client_payload.tag }}
1617
identifier: topgrade-rs.topgrade
1718
max-versions-to-keep: 5 # keep only latest 5 versions
1819
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)