Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed May 11, 2024
1 parent 272c0c4 commit 69046ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ jobs:
uses: ncipollo/[email protected]
id: create_mimalloc_release
with:
name: ${{github.ref_name}}-mimalloc
tag: A${{github.ref_name}}-mimalloc
tag: ${{github.ref_name}}-mimalloc
commit: ${{github.sha}}
makeLatest: false
draft: false
Expand All @@ -333,7 +332,6 @@ jobs:
uses: ncipollo/[email protected]
id: create_standard_release
with:
name: ${{github.ref_name}}-defaultdefault
makeLatest: true
draft: false
prerelease: false
Expand Down

0 comments on commit 69046ab

Please sign in to comment.