Skip to content

Commit

Permalink
Set name and body
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed May 11, 2024
1 parent 69046ab commit 86e779a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ 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.
makeLatest: false
draft: false
prerelease: false
Expand All @@ -332,6 +334,7 @@ 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 86e779a

Please sign in to comment.