From 466b7687a7f03e71f0691a4b97d728c218a88435 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Sat, 2 Mar 2024 10:31:27 +0100 Subject: [PATCH] try release ci --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b031be2f..468e0052d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ on: jobs: build: runs-on: ubuntu-latest + outputs: + release_body: ${{ steps.git-cliff.outputs.content }} steps: - name: Checkout uses: actions/checkout@v3 @@ -40,7 +42,7 @@ jobs: uses: orhun/git-cliff-action@v3 id: git-cliff with: - args: -vv --tag ${{github.ref_name}} --strip header + args: -vv --latest --strip header env: OUTPUT: CHANGES.md - name: Release