Skip to content

Commit 965f414

Browse files
committed
fix yaml file
1 parent e519f7f commit 965f414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# If some rules are not applicable, you can disable them
6868
# using the --excluded-rules or --excluded-rule-ids option
6969
- name: Validate package
70-
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg --excluded-rules ProjectUrlMustBeSet")
70+
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") --excluded-rules ProjectUrlMustBeSet
7171

7272
run_test:
7373
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)