fix #42 - overwrite body and name as well

This commit is contained in:
regevbr 2023-05-23 22:54:48 +03:00
parent 210500d479
commit b00963776a
No known key found for this signature in database
GPG Key ID: 47F0B00C687E259E
2 changed files with 83 additions and 86 deletions

View File

@ -60,7 +60,6 @@ jobs:
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
promote: true
body: "This is my release text"
```
@ -128,7 +127,6 @@ jobs:
file: target/release/my*
tag: ${{ github.ref }}
overwrite: true
promote: true
file_glob: true
```
@ -162,7 +160,6 @@ jobs:
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
promote: true
body: "This is my release text"
```