We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33d5cac + c91f7f2 commit d14e703Copy full SHA for d14e703
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