From 542d2fcfe1830e40fc4a66ba358fcba4ba3ef028 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 19 Feb 2024 16:13:30 +0100 Subject: [PATCH] only create winget PR for stable versions [ci skip] --- .github/workflows/win-exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index cbcb83ae7..260730127 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -416,8 +416,8 @@ jobs: local-dir: files/ notify-winget: name: Notify for winget-release - if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published' - needs: [build-msi] + if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published' && needs.get-version.outputs.versionType == 'stable' + needs: [build-msi, get-version] runs-on: ubuntu-latest steps: - name: Slack Notification