From e98cd0c3331ff04fa229a07f4c424ee02939f9d2 Mon Sep 17 00:00:00 2001 From: Daniele Fetoni Date: Fri, 23 Aug 2024 11:27:32 +0200 Subject: [PATCH] changed github action --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 067d884..0ef6146 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,6 +58,7 @@ jobs: run: dotnet test ${{ env.TestsPath }} --configuration Release create_release: + # https://github.com/actions/create-release # if: github.event_name == 'release' name: Create Release runs-on: ubuntu-latest @@ -77,10 +78,6 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} - body: | - Changes in this Release - - First Change - - Second Change draft: false prerelease: false