Skip to content

Commit 9b9b01e

Browse files
fix(ci): fix indentation in changelog extraction step
1 parent c50c09d commit 9b9b01e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
NOTES=$(awk "/^## \[${VERSION}\]/{found=1; next} found && /^## \[/{exit} found{print}" CHANGELOG.md)
4949
NOTES="${NOTES}
5050
51-
---
51+
---
5252
53-
📦 **npm:** https://www.npmjs.com/package/opencode-plugin-otel/v/${VERSION}"
53+
📦 **npm:** https://www.npmjs.com/package/opencode-plugin-otel/v/${VERSION}"
5454
echo "notes<<EOF" >> "$GITHUB_OUTPUT"
5555
echo "$NOTES" >> "$GITHUB_OUTPUT"
5656
echo "EOF" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)