Skip to content

Commit f2da447

Browse files
committed
Update workflow
1 parent 3be10e6 commit f2da447

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-psg-module.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
shell: "pwsh"
2020
- name: "Setup PowerShellGet"
2121
run: |
22-
if (Get-InstalledModule -Name 'PowerShellGet' -MinimumVersion '2.2.5' -ErrorAction SilentlyContinue) {} else {
23-
Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Verbose
24-
}
22+
Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Verbose
2523
shell: "pwsh"
2624
- name: "Update PowerShell Modules"
2725
run: |

0 commit comments

Comments
 (0)