Skip to content

Commit 109013a

Browse files
committed
feat(release): update release workflow to append changelog to release body (main)
1 parent 4d6e972 commit 109013a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
yq -i '.plugins[0].wasm.url = env(download_url)' .github/release_output_template.yaml
4545
yq -i '.plugins[0].wasm.sha256 = env(checksum)' .github/release_output_template.yaml
4646
47-
cat .changes/${{ steps.latest.outputs.output }}.md >> release_body.md
48-
echo "\`\`\`yaml" > release_body.md
47+
cat .changes/${{ steps.latest.outputs.output }}.md > release_body.md
48+
echo "\`\`\`yaml" >> release_body.md
4949
cat .github/release_output_template.yaml >> release_body.md
5050
echo "\`\`\`" >> release_body.md
5151

0 commit comments

Comments
 (0)