Skip to content

Commit b3b798c

Browse files
committed
Update workflow
1 parent 351d450 commit b3b798c

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
@@ -13,10 +13,10 @@ jobs:
1313
- name: "Checkout Repository"
1414
uses: "actions/[email protected]"
1515
- run: |
16-
Install-Module -Name PowerShellGet -Force
16+
Install-Module -Force -Name PowerShellGet -Verbose
1717
shell: "pwsh"
1818
- run: |
19-
Update-Module -Name PowerShellGet
19+
Update-Module -Name PowerShellGet -Verbose
2020
shell: "pwsh"
2121
- run: |
2222
Publish-Module -Path .\hugoalh.GitHubActionsToolkit\ -NugetAPIKey 'GUID' -WhatIf -Verbose

0 commit comments

Comments
 (0)