From ed0ea11db06fb8cacd1f70f528e45de06dc12732 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:29:35 +0200 Subject: [PATCH] ci: remove outdated code --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) 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