Add an auto-generated badge to the release content
This commit is contained in:
parent
fa8dc7d037
commit
08a90776ae
1 changed files with 1 additions and 0 deletions
1
.github/workflows/draft-release.yaml
vendored
1
.github/workflows/draft-release.yaml
vendored
|
|
@ -50,5 +50,6 @@ jobs:
|
||||||
tag: "v${{ steps.version.outputs.version }}"
|
tag: "v${{ steps.version.outputs.version }}"
|
||||||
commit: ${{ github.ref }}
|
commit: ${{ github.ref }}
|
||||||
draft: true
|
draft: true
|
||||||
|
body: <img aria-hidden="true" src="https://img.shields.io/github/downloads/${{ github.repository }}/v${{ steps.version.outputs.version }}/release.zip?style=flat-square&color=%2300aa00">
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
artifacts: "release.zip,system.json"
|
artifacts: "release.zip,system.json"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue