Skip to content

Commit

Permalink
Update publish-to-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Oct 1, 2024
1 parent 5677cc2 commit c9081d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
dotnet-version: 8.x
include-prerelease: false

- name: Modify README.md for NuGet
run: |
sed -i 's/# <img[^>]*>/# /' README.md
- name: Build
run: dotnet build -c Release

Expand Down

0 comments on commit c9081d3

Please sign in to comment.