diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a7292e..e234ed1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }} - body: ${{ steps.git-cliff.outputs.content }} draft: true prerelease: ${{ startsWith(github.ref_name, 'v0') }} files: artifacts/* \ No newline at end of file