From 86e779af5bb593120509c30e60cfe1420640276b Mon Sep 17 00:00:00 2001 From: Adrian Grucza Date: Sun, 12 May 2024 00:08:00 +1000 Subject: [PATCH] Set name and body --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce819e3e..2d7fc390 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -320,8 +320,10 @@ jobs: uses: ncipollo/release-action@v1.14.0 id: create_mimalloc_release with: + name: ${{github.ref_name}}-mimalloc tag: ${{github.ref_name}}-mimalloc commit: ${{github.sha}} + body: A build of ${{github.ref_name}} that uses the mimalloc allocator for improved performance. makeLatest: false draft: false prerelease: false @@ -332,6 +334,7 @@ jobs: uses: ncipollo/release-action@v1.14.0 id: create_standard_release with: + name: ${{github.ref_name}}-standard makeLatest: true draft: false prerelease: false