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: