From 3ca24abae23eb7e9c690226c67552dca9e159015 Mon Sep 17 00:00:00 2001 From: Adrian Grucza Date: Sun, 12 May 2024 00:12:31 +1000 Subject: [PATCH] Remove name --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d7fc390..57006b48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -320,7 +320,6 @@ 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. @@ -334,7 +333,6 @@ jobs: uses: ncipollo/release-action@v1.14.0 id: create_standard_release with: - name: ${{github.ref_name}}-standard makeLatest: true draft: false prerelease: false