Skip to content

Commit 1efbb2b

Browse files
committed
publish
1 parent 76a1b9e commit 1efbb2b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-module.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ jobs:
7979
env:
8080
NUGET_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
8181
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
82+
Publish-Module -Path ./module -NuGetApiKey $env:NUGET_API_KEY -Repository PSGallery -Force
8483
shell: pwsh

0 commit comments

Comments
 (0)