diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 0d6b6831..ca14e6ba 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -84,5 +84,5 @@ jobs: with: tag_name: ${{ github.event.inputs.version }} release_name: ${{ github.event.inputs.version }} - draft: false + draft: true prerelease: false