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 090f562 commit e4226a9Copy full SHA for e4226a9
‎.github/workflows/workflow.yml
@@ -290,7 +290,8 @@ jobs:
290
- name: Update PSResourceGet
291
shell: pwsh
292
run: |
293
- Update-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository -Scope AllUsers
+ Get-Module -ListAvailable
294
+ Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository -Scope AllUsers
295
296
- name: Publish module
297
uses: PSModule/Publish-PSModule@v2
0 commit comments