Skip to content
2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.versioning.outputs.version_tag }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: true
commit: ${{ steps.versioning.outputs.current_commit }}
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.versioning.outputs.version_tag }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
commit: ${{ steps.versioning.outputs.current_commit }}