Skip to content

Commit 0535f7d

Browse files
committed
fix: changed release.yaml with project name
1 parent ad6860b commit 0535f7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
PSGALLERY_API_KEY: ${{ secrets.PAT }}
5050
run: |
5151
$version = "${{ steps.changelog.outputs.tag }}" -replace "v", ""
52-
$public = @(Get-ChildItem -Path (Join-Path -Path ".\AzureDevOpsPowerShellAPI" -ChildPath 'Public\*.ps1') -Recurse -ErrorAction Stop)
52+
$public = @(Get-ChildItem -Path (Join-Path -Path ".\AzureDevOpsPowerShell" -ChildPath 'Public\*.ps1') -Recurse -ErrorAction Stop)
5353
54-
Update-ModuleManifest -Path ".\AzureDevOpsPowerShellAPI\AzureDevOpsPowerShellAPI.psd1" -ModuleVersion "$version"
55-
Update-ModuleManifest -Path ".\AzureDevOpsPowerShellAPI\AzureDevOpsPowerShellAPI.psd1" -FunctionsToExport $public.Basename
54+
Update-ModuleManifest -Path ".\AzureDevOpsPowerShell\AzureDevOpsPowerShell.psd1" -ModuleVersion "$version"
55+
Update-ModuleManifest -Path ".\AzureDevOpsPowerShell\AzureDevOpsPowerShell.psd1" -FunctionsToExport $public.Basename
5656
57-
Publish-Module -NuGetApiKey "$env:PSGALLERY_API_KEY" -Repository PSGallery -path ".\AzureDevOpsPowerShellAPI"
57+
Publish-Module -NuGetApiKey "$env:PSGALLERY_API_KEY" -Repository PSGallery -path ".\AzureDevOpsPowerShell"

0 commit comments

Comments
 (0)