Skip to content

Commit fcc9b12

Browse files
committed
Update workflow
1 parent 0f34570 commit fcc9b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
uses: "actions/[email protected]"
1515
- name: "Install PowerShellGet"
1616
run: |
17-
Install-Module -Name PowerShellGet -Verbose
17+
Install-Module -AcceptLicense -Name PowerShellGet -Scope AllUsers -Verbose
1818
shell: "pwsh"
1919
- name: "Update PowerShell Modules"
2020
run: |
21-
Update-Module -Verbose
21+
Update-Module -AcceptLicense -Scope AllUsers -Verbose
2222
shell: "pwsh"
2323
- name: "Test Publish"
2424
run: |

0 commit comments

Comments
 (0)