diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 543094ee..7c7d6cee 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -84,6 +84,6 @@ jobs: body: ${{ steps.get_release_note.outputs.result }} title: "chore: bump v${{ steps.get_version.outputs.NEW_VERSION }}" labels: | - "Type: Documentation" + Type: Documentation draft: true milestone: "v${{ steps.get_version.outputs.NEW_VERSION }}"