From 1ead520e68026d01b2b7b5bab0b0cc4c265ff213 Mon Sep 17 00:00:00 2001 From: jovnc <95868357+jovnc@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:49:58 +0800 Subject: [PATCH] Fix winget releaser action --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c4d3e2..bf6fa08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -411,7 +411,8 @@ jobs: uses: vedantmgoyal9/winget-releaser@v2 with: identifier: GitMastery.GitMastery - version: ${{ needs.prepare.outputs.ref_name }} + version: ${{ needs.prepare.outputs.version_number }} + release-tag: ${{ needs.prepare.outputs.ref_name }} token: ${{ secrets.ORG_PAT }} installers-regex: '\.exe$'