File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12- - name : Publish
12+ - name : Set PSRepository to Trusted for PowerShell Gallery
13+ shell : pwsh
14+ run : |
15+ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
16+ - name : Install AsBuiltReport.Core module
17+ shell : pwsh
18+ run : |
19+ Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
20+ - name : Publish module to PowerShell Gallery
1321 shell : pwsh
1422 run : |
1523 Publish-Module -Path ./ -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Verbose
Original file line number Diff line number Diff line change 44
55### Added
66- PowerShell 7 compatibility
7- - PSScriptAnalyzer & PublishPSModule GitHub Action workflows
7+ - PSScriptAnalyzer & Release GitHub Action workflows
88- VMHost network adapter LLDP reporting
99- NSX TCP/IP stacks for VMkernel Adpater reporting
1010- Include release and issue links in ` CHANGELOG.md `
You can’t perform that action at this time.
0 commit comments