From d01a3e12cc03c1c341b3c3120a25f4075a2c7735 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:42:41 +0100 Subject: [PATCH] Update maven.yml test --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fd99627..7d1cdb2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -77,7 +77,7 @@ jobs: with: tag_name: v${{ needs.prepare.outputs.next_version }} release_name: ExtremeDemonList v${{ needs.prepare.outputs.next_version }} - body: ${{ steps.get_commit_info.outputs.COMMIT_DESC }} + body: ${{ steps.get_commit_info.outputs.COMMIT_MSG }} draft: false prerelease: false