浏览代码

housekeeping: fix CI

Bruce Wayne 3 年之前
父节点
当前提交
abaced3b9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/CI.yaml

+ 1 - 1
.github/workflows/CI.yaml

@@ -93,7 +93,7 @@ jobs:
           dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NuGetAPIKey }} --skip-duplicate
 
   release:
-    needs: nuget
+    needs: [build, nuget]
     runs-on: ubuntu-latest
 
     steps: