Skip to content

Commit 351d450

Browse files
committed
Update workflow
1 parent 1eea2c8 commit 351d450

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
uses: "actions/[email protected]"
1515
- run: |
1616
Install-Module -Name PowerShellGet -Force
17+
shell: "pwsh"
18+
- run: |
1719
Update-Module -Name PowerShellGet
20+
shell: "pwsh"
21+
- run: |
22+
Publish-Module -Path .\hugoalh.GitHubActionsToolkit\ -NugetAPIKey 'GUID' -WhatIf -Verbose
23+
shell: "pwsh"
24+
- run: |
1825
Publish-Module -Path .\hugoalh.GitHubActionsToolkit\ -NugetAPIKey '${{secrets.POWERSHELLGALLERY_TOKEN}}' -Verbose
1926
shell: "pwsh"

0 commit comments

Comments
 (0)