From 26e9aa11d5e4e393aa86708966532a2c149d7ad1 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Thu, 10 Oct 2024 21:57:53 -0500 Subject: [PATCH] Chore: Test if release works without a body. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 461f26c65..fa8a48af8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,6 @@ jobs: with: name: ${{ steps.version_info.outputs.build_version }} tag: ${{ steps.version_info.outputs.build_version }} - body: "For more information about this release please check out the official changelog." omitBodyDuringUpdate: true owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} @@ -135,7 +134,6 @@ jobs: name: ${{ steps.version_info.outputs.build_version }} artifacts: "release_output/*.tar.gz,release_output/*.zip" tag: ${{ steps.version_info.outputs.build_version }} - body: "For more information about this release please check out the official changelog." omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true @@ -200,7 +198,6 @@ jobs: name: ${{ steps.version_info.outputs.build_version }} artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz" tag: ${{ steps.version_info.outputs.build_version }} - body: "For more information about this release please check out the official changelog." omitBodyDuringUpdate: true allowUpdates: true replacesArtifacts: true