From a8d3ab3fb0f65f733695ed03a2869726a98cffd7 Mon Sep 17 00:00:00 2001 From: jimvdl Date: Thu, 24 Aug 2023 13:05:33 +0200 Subject: [PATCH] Preserve release name and body on asset upload (#1990) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 820380771..52de89ec3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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