We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d8550 commit 4cc0e4eCopy full SHA for 4cc0e4e
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
# You can update this logic if you want to manage releases differently
85
if: github.event_name == 'release'
86
runs-on: ubuntu-latest
87
- needs: [ validate_nuget, run_test ]
+ needs: [ validate_nuget ]
88
steps:
89
# Download the NuGet package created in the previous job
90
- uses: actions/download-artifact@v4
0 commit comments