mirror of
https://github.com/typst/typst
synced 2025-05-18 19:15:29 +08:00
Preserve release name and body on asset upload (#1990)
This commit is contained in:
parent
ff5dc9191e
commit
a8d3ab3fb0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -65,7 +65,9 @@ jobs:
|
|||||||
tar cJf $directory.tar.xz $directory
|
tar cJf $directory.tar.xz $directory
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
artifacts: "typst-${{ matrix.target }}.*"
|
artifacts: "typst-${{ matrix.target }}.*"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
omitNameDuringUpdate: true
|
||||||
|
omitBodyDuringUpdate: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user