From 3db5f37c0cae9670bfee113dd79d60c63f839fc7 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 1 Mar 2024 08:14:19 +0100 Subject: [PATCH] try to fix release changelog --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80cee30c7..5cdece709 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,9 @@ name: Release +permissions: + contents: write + discussions: write + on: push: tags: @@ -38,12 +42,11 @@ jobs: with: args: --latest --strip header env: - OUTPUT: CHANGES.md + OUTPUT: ${{ github.workspace }}/CHANGES.md - name: Release uses: softprops/action-gh-release@v1 with: body_path: ${{ github.workspace }}/CHANGES.md - generate_release_notes: true files: | README.md LICENSE