Skip to content

Commit 94a23a9

Browse files
🩹 [Patch]: Update PSResourceGet command to specify full module name
1 parent bf66c9f commit 94a23a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,9 @@ jobs:
287287
name: module
288288
path: ${{ inputs.WorkingDirectory }}/outputs/module
289289

290-
- name: Update PSResourceGet
290+
- name: Update Microsoft.PowerShell.PSResourceGet
291291
shell: pwsh
292292
run: |
293-
Get-Module -ListAvailable
294293
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
295294
296295
- name: Publish module

0 commit comments

Comments
 (0)