diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd6157a..0d6d2bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: # You can update this logic if you want to manage releases differently if: github.event_name == 'release' runs-on: ubuntu-latest - needs: [ validate_nuget, run_test ] + needs: [ run_test ] steps: # Download the NuGet package created in the previous job - uses: actions/download-artifact@v3