output json for manifest

This commit is contained in:
Kilian von Pflugk 2024-05-18 21:34:33 +00:00 committed by TwistedUmbrellaX
parent cc7a5f9639
commit 51028d9efb

View File

@ -75,10 +75,16 @@ jobs:
append_body: true append_body: true
body: | body: |
--- ---
"targetAbi": "10.8.4.0", ```json
"sourceUrl": "${{ env.SOURCE_URL }}", {
"checksum": "${{ env.CHECKSUM }}", "version": "${{ github.event.inputs.version }}",
"timestamp": "${{ env.TIMESTAMP }}" "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 draft: false
prerelease: false prerelease: false
env: env: