Skip to content

Commit

Permalink
Remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed May 11, 2024
1 parent 86e779a commit 3ca24ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ jobs:
uses: ncipollo/[email protected]
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.
Expand All @@ -334,7 +333,6 @@ jobs:
uses: ncipollo/[email protected]
id: create_standard_release
with:
name: ${{github.ref_name}}-standard
makeLatest: true
draft: false
prerelease: false
Expand Down

0 comments on commit 3ca24ab

Please sign in to comment.