summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-07-17 12:37:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-07-17 12:38:10 +0900
commit8d4d184fc6e7b1378e8aceb6318d75a73478c74a (patch)
treee708366cdc201059ceef6d4efc4ace5700b3ac4f /.github
parentea23539b59d3277cdd34d0ea9ddbcf9c54f350e6 (diff)
downloadfzf-8d4d184fc6e7b1378e8aceb6318d75a73478c74a.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/winget.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
index afabe6f8..c5052d64 100644
--- a/.github/workflows/winget.yml
+++ b/.github/workflows/winget.yml
@@ -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 }}