File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,10 @@ jobs:
1414 steps :
1515 - name : " Checkout Repository"
1616 uses : " actions/checkout@v3.4.0"
17- - name : " Modify PowerShell Repository"
18- run : |
19- Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose
20- - name : " Setup PowerShellGet"
21- run : |
22- Install-Module -Name 'PowerShellGet' -MinimumVersion '2.2.5' -Scope 'AllUsers' -AcceptLicense -Confirm:$False -Verbose
23- - name : " Update PowerShell Modules"
24- run : |
25- Update-Module -Scope 'AllUsers' -AcceptLicense -Confirm:$False -Verbose
17+ - name : " Setup PowerShell Environment"
18+ uses : " hugoalh-studio/setup-powershell-toolkit-ghaction@v1.1.0"
19+ with :
20+ toolkit_setup : " false"
2621 - name : " Test Publish"
2722 run : |
2823 Publish-Module -Path '.\hugoalh.GitHubActionsToolkit\' -NugetAPIKey 'GUID' -WhatIf -Verbose
You can’t perform that action at this time.
0 commit comments