2 parents 5e46f78 + 6b73c39 commit aac6752Copy full SHA for aac6752
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
# Extract the section for the released version between ## headings
45
VERSION="${{ steps.tag.outputs.version }}"
46
BODY=$(awk -v version="$VERSION" '
47
- $0 == "## [" version "]" { found = 1; next }
+ $0 ~ ("^## \\[" version "\\]") { found = 1; next }
48
found && /^## / { exit }
49
found { print }
50
' "$CHANGELOG")
0 commit comments