Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Maes committed Nov 30, 2023
1 parent fa39dd6 commit 971be62
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 @@ -51,7 +51,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, create_nuget ]
needs: [ create_nuget ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 971be62

Please sign in to comment.