From 6c83d1e1a996021c4c8b54fac95b8870ccffa8c4 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Wed, 14 Feb 2024 09:10:56 +0100 Subject: [PATCH] fix ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3da5ebc08..04dd9f72f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - body_path: ${{ github.workspace }}CHANGELOG.md + body_path: ${{ github.workspace }}/CHANGELOG.md generate_release_notes: true files: | README.md