From 4d3e778708dc32296a6aa62015d434fa7ff97041 Mon Sep 17 00:00:00 2001 From: Window5 <84613801+Window5000@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:27:15 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df5033f..366b72d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -102,7 +102,7 @@ jobs: # If some rules are not applicable, you can disable them # using the --excluded-rules or --excluded-rule-ids option - name: Validate package - run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg") + run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg" | where-object {$_.Name -ilike "DotCreator"}) deploy: # Publish only when creating a GitHub Release