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
|
asset_name: mything
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
promote: true
|
|
||||||
body: "This is my release text"
|
body: "This is my release text"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -128,7 +127,6 @@ jobs:
|
|||||||
file: target/release/my*
|
file: target/release/my*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
promote: true
|
|
||||||
file_glob: true
|
file_glob: true
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -162,7 +160,6 @@ jobs:
|
|||||||
asset_name: mything
|
asset_name: mything
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
promote: true
|
|
||||||
body: "This is my release text"
|
body: "This is my release text"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user