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 1eea2c8 commit 351d450Copy full SHA for 351d450
.github/workflows/publish-psg-module.yml
@@ -14,6 +14,13 @@ jobs:
14
uses: "actions/[email protected]"
15
- run: |
16
Install-Module -Name PowerShellGet -Force
17
+ shell: "pwsh"
18
+ - run: |
19
Update-Module -Name PowerShellGet
20
21
22
+ Publish-Module -Path .\hugoalh.GitHubActionsToolkit\ -NugetAPIKey 'GUID' -WhatIf -Verbose
23
24
25
Publish-Module -Path .\hugoalh.GitHubActionsToolkit\ -NugetAPIKey '${{secrets.POWERSHELLGALLERY_TOKEN}}' -Verbose
26
shell: "pwsh"
0 commit comments