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 bf66c9f commit 94a23a9Copy full SHA for 94a23a9
.github/workflows/workflow.yml
@@ -287,10 +287,9 @@ jobs:
287
name: module
288
path: ${{ inputs.WorkingDirectory }}/outputs/module
289
290
- - name: Update PSResourceGet
+ - name: Update Microsoft.PowerShell.PSResourceGet
291
shell: pwsh
292
run: |
293
- Get-Module -ListAvailable
294
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
295
296
- name: Publish module
0 commit comments