From fbacdd3f8646e566071b7c2a51a157c77cb62369 Mon Sep 17 00:00:00 2001 From: Ivan Belyaev Date: Mon, 2 Dec 2024 23:13:40 +0300 Subject: [PATCH] add generate notes parameter to release job --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 151d760..a7c040d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -153,7 +153,7 @@ jobs: gh release create '${{ github.ref_name }}' --repo '${{ github.repository }}' - --notes "" + --generate-notes"" - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }}