Skip to content

Commit 776ef48

Browse files
committed
Added README fix for package
1 parent 5472461 commit 776ef48

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/publish-to-baget.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
dotnet-version: 9.x
2020

21+
- name: Modify README.md for NuGet
22+
run: |
23+
sed -i 's/# <img[^>]*>/# /' README.md
24+
2125
- name: Build
2226
run: dotnet build -c Release
2327

.github/workflows/publish-to-nuget.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 9.x
20-
20+
21+
- name: Modify README.md for NuGet
22+
run: |
23+
sed -i 's/# <img[^>]*>/# /' README.md
24+
2125
- name: Build
2226
run: dotnet build -c Release
2327

0 commit comments

Comments
 (0)