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 3be10e6 commit f2da447Copy full SHA for f2da447
.github/workflows/publish-psg-module.yml
@@ -19,9 +19,7 @@ jobs:
19
shell: "pwsh"
20
- name: "Setup PowerShellGet"
21
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
- }
+ Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Verbose
25
26
- name: "Update PowerShell Modules"
27
0 commit comments