From 02bc81efb0c85d055635f7650bd2c40ac29c07c7 Mon Sep 17 00:00:00 2001 From: Juan Colonese Date: Tue, 5 Mar 2024 15:13:28 +0000 Subject: [PATCH] fix gh release command options --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 94b570f..11bba74 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -91,8 +91,9 @@ jobs: run: >- gh release create '${{ github.ref_name }}' - --repo '${{ github.repository }}' --notes-from-tag + --title 'Release ${{ github.ref_name }}' + --notes 'Auto-release from ${{ github.job }}' - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }}