There was an error while loading. Please reload this page.
1 parent e66731e commit 85a8528Copy full SHA for 85a8528
1 file changed
.github/workflows/release-on-tag.yml
@@ -63,8 +63,8 @@ jobs:
63
if [ -f CHANGELOG.md ]; then
64
notes=$(awk -v ver="$VERSION" '
65
BEGIN{p=0}
66
- $0 ~ "^## \\["ver"\\]" {p=1; print; next}
67
- p && /^## \\[/{exit}
+ $0 ~ "^## [[]"ver"[]]" {p=1; print; next}
+ p && /^## [[]/{exit}
68
p {print}
69
' CHANGELOG.md)
70
if [ -z "$notes" ]; then
0 commit comments