output json for manifest

This commit is contained in:
Kilian von Pflugk 2024-05-18 21:34:33 +00:00 committed by GitHub
parent 4f327e55aa
commit aaf1162b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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