diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 332703e..1106ec4 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5394a79..38c68f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}