Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Nov 29, 2024
2 parents afcb22b + 754bed0 commit 7b82c77
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 7b82c77

Please # to comment.