We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5472461 commit 776ef48Copy full SHA for 776ef48
2 files changed
.github/workflows/publish-to-baget.yml
@@ -18,6 +18,10 @@ jobs:
18
with:
19
dotnet-version: 9.x
20
21
+ - name: Modify README.md for NuGet
22
+ run: |
23
+ sed -i 's/# <img[^>]*>/# /' README.md
24
+
25
- name: Build
26
run: dotnet build -c Release
27
.github/workflows/publish-to-nuget.yml
@@ -17,7 +17,11 @@ jobs:
17
uses: actions/setup-dotnet@v4
-
0 commit comments