We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c92a24 commit 8eac2f8Copy full SHA for 8eac2f8
1 file changed
.github/actions/build-release-notes/action.yml
@@ -8,7 +8,7 @@ runs:
8
run: |
9
VERSION="${{ github.event.release.tag_name }}"
10
BODY="${{ github.event.release.body }}"
11
- echo "# Mokapi ${VERSION}\n\n${BODY}" > docs/release.md
+ printf "# Mokapi %s\n\n%s\n" "$VERSION" "$BODY" > docs/release.md
12
- name: Upload UI artifact
13
uses: actions/upload-artifact@v4
14
with:
0 commit comments