Skip to content

Commit a908662

Browse files
committed
[Minor] removes reference to pwsh in the workflows
1 parent f4bd5cf commit a908662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# If some rules are not applicable, you can disable them
110110
# using the --excluded-rules or --excluded-rule-ids option
111111
- name: Validate package
112-
run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
112+
run: meziantou.validate-nuget-package ${{ env.NuGetDirectory }}/*.nupkg
113113

114114
run_test:
115115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)