Skip to content

Commit 4cc0e4e

Browse files
Update publish.yml
1 parent d2d8550 commit 4cc0e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# You can update this logic if you want to manage releases differently
8585
if: github.event_name == 'release'
8686
runs-on: ubuntu-latest
87-
needs: [ validate_nuget, run_test ]
87+
needs: [ validate_nuget ]
8888
steps:
8989
# Download the NuGet package created in the previous job
9090
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)