Skip to content

Commit

Permalink
temp: this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jun 20, 2024
1 parent 4ccb8f9 commit cd5ac13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- name: Add release notes to project
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "<PackageReleaseNotes></PackageReleaseNotes>"
find: <PackageReleaseNotes></PackageReleaseNotes>
replace: >
"<PackageReleaseNotes>
${{ steps.notes.outputs.release_notes }}
</PackageReleaseNotes>"
<PackageReleaseNotes>
${{ steps.notes.outputs.release_notes }}
</PackageReleaseNotes>
include: "src/*.csproj"
regex: false

Expand Down

0 comments on commit cd5ac13

Please sign in to comment.