diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4043ecf..0ed2add 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,10 +75,16 @@ jobs: append_body: true body: | --- - "targetAbi": "10.8.4.0", - "sourceUrl": "${{ env.SOURCE_URL }}", - "checksum": "${{ env.CHECKSUM }}", - "timestamp": "${{ env.TIMESTAMP }}" + ```json + { + "version": "${{ github.event.inputs.version }}", + "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n", + "targetAbi": "10.8.4.0", + "sourceUrl": "${{ env.SOURCE_URL }}", + "checksum": "${{ env.CHECKSUM }}", + "timestamp": "${{ env.TIMESTAMP }}" + } + ``` draft: false prerelease: false env: