From b1286d9ab17c8fd438085f4fe37d107f85505a26 Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Sun, 9 Jul 2023 20:03:01 +0300 Subject: [PATCH] switch winget release action to only fire manually --- .github/workflows/winget.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index b1d2890910e..5f6f25c378f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -1,8 +1,7 @@ name: Publish to Winget on: - release: - types: [released] + workflow_dispatch: jobs: publish: