Skip to content

Commit

Permalink
Correct perl expression
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 16, 2022
1 parent f66211d commit 1bd924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
perl -0777 -ne "print /(## \[$ref_name_stripped\].*?\n)(?=\n*^## )/gms" CHANGELOG.md > RNOTES.md
echo '\n' >> "$staging/doc/RNOTES.md"
# Select the diff URL for this version only
perl -0777 -ne "print /\[$ref_name_stripped\]:.*?$\n/gms" CHANGELOG.md >> RNOTES.md
perl -0777 -ne "print /\[$ref_name_stripped\]:.*?\n/gms" CHANGELOG.md >> RNOTES.md
echo "\nRelease notes:" && cat RNOTES.md
if [ "${{ matrix.os }}" = "windows-latest" ]; then
Expand Down

0 comments on commit 1bd924e

Please sign in to comment.