fix #42 - overwrite body and name as well
This commit is contained in:
parent
210500d479
commit
b00963776a
@ -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"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user