Preserve release name and body on asset upload (#1990)

This commit is contained in:
jimvdl 2023-08-24 13:05:33 +02:00 committed by GitHub
parent ff5dc9191e
commit a8d3ab3fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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