Skip to content

Commit

Permalink
Add suffix to release name
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed May 11, 2024
1 parent 7669d12 commit b33ae30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ jobs:
uses: ncipollo/[email protected]
id: create_mimalloc_release
with:
name: ${{github.ref_name}}-mimalloc
tag: ${{github.ref_name}}-mimalloc
commit: ${{github.sha}}
makeLatest: false
Expand All @@ -332,6 +333,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 b33ae30

Please sign in to comment.