Preserve release name and body on asset upload (#1990)
This commit is contained in:
parent
ff5dc9191e
commit
a8d3ab3fb0
|
|
@ -65,7 +65,9 @@ jobs:
|
|||
tar cJf $directory.tar.xz $directory
|
||||
fi
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
- uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
artifacts: "typst-${{ matrix.target }}.*"
|
||||
allowUpdates: true
|
||||
omitNameDuringUpdate: true
|
||||
omitBodyDuringUpdate: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue