Skip to content

Commit

Permalink
add dependon
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevillard authored Aug 9, 2024
1 parent 4d98a4d commit dad76fe
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 @@ -58,7 +58,7 @@ jobs:
# You can update this logic if you want to manage releases differently
if: github.event_name == 'release'
runs-on: ubuntu-latest
needs: [ run_test ]
needs: [ run_test, create_nuget ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit dad76fe

Please sign in to comment.