We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a1b9e commit 1efbb2bCopy full SHA for 1efbb2b
1 file changed
.github/workflows/deploy-module.yml
@@ -79,6 +79,5 @@ jobs:
79
env:
80
NUGET_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
81
run: |
82
- $moduleManifest = Get-ChildItem -Path ./module -Filter '*.psd1' -Recurse | Select-Object -First 1
83
- Publish-Module -Path $moduleManifest.Directory.FullName -NuGetApiKey $env:NUGET_API_KEY -Repository PSGallery -Force
+ Publish-Module -Path ./module -NuGetApiKey $env:NUGET_API_KEY -Repository PSGallery -Force
84
shell: pwsh
0 commit comments