We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6a280 commit ef4e3ffCopy full SHA for ef4e3ff
.github/workflows/build-test-and-deploy-powershell-module.yml
@@ -48,7 +48,7 @@ jobs:
48
Test-ModuleManifest -Path $moduleManifestFilePath
49
50
Write-Output "Publishing the prerelease version of the module."
51
- Install-Module -Name PSResourceGet -Scope CurrentUser -Repository PSGallery -Force
+ Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -Repository PSGallery -Force
52
Publish-PSResource -Path $moduleDirectoryPath -ApiKey '${{ secrets.POWERSHELL_GALLERY_API_KEY }}' -Repository PSGallery -Verbose
53
54
- name: Wait a short while for the module to be available on the PowerShell Gallery before continuing
0 commit comments