Skip to content

Commit 3591d09

Browse files
committed
Update README.md & Release workflow
1 parent ecdc327 commit 3591d09

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/Release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@ jobs:
1717
shell: pwsh
1818
run: |
1919
Install-Module -Name PScribo -Repository PSGallery -Force
20+
- name: Test Module Manifest
21+
shell: pwsh
22+
run: |
23+
Test-ModuleManifest .\AsBuiltReport.Core.psd1
2024
- name: Publish module to PowerShell Gallery
2125
shell: pwsh
2226
run: |
2327
Publish-Module -Path ./ -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }} -Verbose
2428
tweet:
29+
needs: publish-to-gallery
2530
runs-on: ubuntu-latest
2631
steps:
2732
- uses: Eomm/why-don-t-you-tweet@v1

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<img src="https://img.shields.io/twitter/follow/AsBuiltReport.svg?style=social"/></a>
2424
</p>
2525

26+
<p align="center">
27+
<a href='https://ko-fi.com/B0B7DDGZ7' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
28+
</p>
29+
2630
# AsBuiltReport.Core
2731

2832
AsBuiltReport.Core is a PowerShell module which provides the core framework for generating as built documentation for many common datacentre systems. The AsBuiltReport.Core module is required by each individual report module used to generate as built documentation for a specific product and/or technology.

0 commit comments

Comments
 (0)