From 8d4d184fc6e7b1378e8aceb6318d75a73478c74a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 17 Jul 2024 12:37:21 +0900 Subject: [PATCH] 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 --- .github/workflows/winget.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index afabe6f..c5052d6 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 }}