File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 run : dotnet test --configuration Release --no-build -f net8
6363
6464
65- pusnToNuget :
65+ pushToNuget :
6666 runs-on : ubuntu-latest
6767 needs : [test]
6868 if : ${{ needs.findChangedCsFiles.outputs.isCsFilesChanged == 'true' }}
@@ -102,10 +102,10 @@ jobs:
102102 wget "$SCRIPTS_BASE_URL/push-csharp-nuget.sh"
103103 bash ./push-csharp-nuget.sh
104104
105- publiseRelease :
105+ publishRelease :
106106 runs-on : ubuntu-latest
107- needs : [pusnToNuget , publishDocumentation]
108- if : ${{ needs.findChangedCsFiles.outputs.isCsFilesChanged == 'true' && always() }}
107+ needs : [pushToNuget , publishDocumentation]
108+ if : ${{ needs.findChangedCsFiles.outputs.isCsFilesChanged == 'true' && needs.pushToNuget.result == 'success' }}
109109 steps :
110110 - uses : actions/checkout@v3
111111 with :
You can’t perform that action at this time.
0 commit comments