From 754bed051dab79e41e1308962e83214db4aa69d7 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 29 Nov 2024 10:10:07 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de39041..4f1d74e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -84,7 +84,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: [ validate_nuget ] steps: # Download the NuGet package created in the previous job - uses: actions/download-artifact@v4