Skip to content

Commit ef4e3ff

Browse files
committed
ci: Fix deployment test
1 parent 7d6a280 commit ef4e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-deploy-powershell-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
Test-ModuleManifest -Path $moduleManifestFilePath
4949
5050
Write-Output "Publishing the prerelease version of the module."
51-
Install-Module -Name PSResourceGet -Scope CurrentUser -Repository PSGallery -Force
51+
Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -Repository PSGallery -Force
5252
Publish-PSResource -Path $moduleDirectoryPath -ApiKey '${{ secrets.POWERSHELL_GALLERY_API_KEY }}' -Repository PSGallery -Verbose
5353
5454
- name: Wait a short while for the module to be available on the PowerShell Gallery before continuing

0 commit comments

Comments
 (0)