feat: Add a simple title to the GitHub release body
This commit is contained in:
parent
ef18de474d
commit
2fc1e0a928
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -34,6 +34,8 @@ jobs:
|
|||
- name: Create release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
body: |
|
||||
cloudflare-ddns release ${{ steps.version.outputs.result }}
|
||||
files: |
|
||||
cloudflare-ddns-${{ steps.version.outputs.result }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue