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 295420f commit a7b2fa7Copy full SHA for a7b2fa7
.github/workflows/Release.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publish-to-gallery:
9
- runs-on: ubuntu-latest
+ runs-on: windows-2019
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set PSRepository to Trusted for PowerShell Gallery
@@ -17,11 +17,16 @@ jobs:
17
shell: pwsh
18
run: |
19
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
20
+ - name: Test Module Manifest
21
+ shell: pwsh
22
+ run: |
23
+ Test-ModuleManifest .\AsBuiltReport.VMware.vSphere.psd1
24
- name: Publish module to PowerShell Gallery
25
26
27
Publish-Module -Path ./ -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Verbose
28
tweet:
29
+ needs: publish-to-gallery
30
runs-on: ubuntu-latest
31
32
- uses: Eomm/why-don-t-you-tweet@v1
0 commit comments