Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman authored Jan 7, 2025
1 parent d2d8550 commit 4cc0e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cc0e4e

Please sign in to comment.