We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd9b0b6 + 45d5ce8 commit d3fbebcCopy full SHA for d3fbebc
1 file changed
.github/actions/build-release-notes/action.yml
@@ -7,7 +7,11 @@ runs:
7
shell: bash
8
run: |
9
VERSION="${{ github.event.release.tag_name }}"
10
- printf "# Mokapi %s\n\n%s\n" "$VERSION" "$BODY" > docs/release.md
+ cat <<'EOF' > docs/release.md
11
+ # Mokapi ${{ github.event.release.tag_name }}
12
+
13
+ ${{ github.event.release.body }}
14
+ EOF
15
- name: Upload UI artifact
16
uses: actions/upload-artifact@v4
17
with:
0 commit comments