From 435b4a7ba0583cb3b468c9428c0037db3b3a529d Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 20 Dec 2023 14:24:06 +0100 Subject: [PATCH] fix --- .github/actions/nuget-release/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/nuget-release/action.yml b/.github/actions/nuget-release/action.yml index 6744dd3e..3ae376aa 100644 --- a/.github/actions/nuget-release/action.yml +++ b/.github/actions/nuget-release/action.yml @@ -37,6 +37,7 @@ runs: # Get the release notes - id: get_release_notes + if: false uses: ./.github/actions/get-release-notes with: token: ${{ inputs.github-token }} @@ -68,7 +69,8 @@ runs: with: token: ${{ inputs.github-token }} name: ${{ steps.get_version.outputs.version }} - body: ${{ steps.get_release_notes.outputs.release-notes }} + # body: ${{ steps.get_release_notes.outputs.release-notes }} + body: '' tag: ${{ inputs.tag-prefix }}${{ steps.get_version.outputs.version }} commit: ${{ github.sha }} prerelease: ${{ steps.get_prerelease.outputs.prerelease }} \ No newline at end of file