瀏覽代碼

only create winget PR for stable versions [ci skip]

Armin Schrenk 1 年之前
父節點
當前提交
542d2fcfe1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/win-exe.yml

+ 2 - 2
.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