Change WinGet workflow to drop 'v' prefix from tag (#3927)

https://github.com/vedantmgoyal9/winget-releaser?tab=readme-ov-file#configuration-options-%EF%B8%8F
This commit is contained in:
Junegunn Choi 2024-07-17 12:37:21 +09:00
parent ea23539b59
commit 8d4d184fc6
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -10,6 +10,5 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: junegunn.fzf
version: ${{ github.event.release.tag_name }}
installers-regex: '-windows_(armv7|arm64|amd64)\.zip$'
token: ${{ secrets.WINGET_TOKEN }}