Skip to content

Commit 8eac2f8

Browse files
committed
fix release notes due to echo is executing parts of the release body
1 parent 5c92a24 commit 8eac2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
run: |
99
VERSION="${{ github.event.release.tag_name }}"
1010
BODY="${{ github.event.release.body }}"
11-
echo "# Mokapi ${VERSION}\n\n${BODY}" > docs/release.md
11+
printf "# Mokapi %s\n\n%s\n" "$VERSION" "$BODY" > docs/release.md
1212
- name: Upload UI artifact
1313
uses: actions/upload-artifact@v4
1414
with:

0 commit comments

Comments
 (0)