Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranberry3148 authored Nov 27, 2023
1 parent 761b7d9 commit a3d214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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: [ run_test ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit a3d214f

Please sign in to comment.