output json for manifest
This commit is contained in:
parent
cc7a5f9639
commit
51028d9efb
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user