From dc8046e18e8d5881b0ae11708163f40b4a65d700 Mon Sep 17 00:00:00 2001 From: Johann Woelper Date: Wed, 21 Feb 2024 22:01:05 +0100 Subject: [PATCH] gen release notes --- .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 1a5c5ec..c9567da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: release_id: ${{ steps.create_release.outputs.id }} steps: - uses: actions/checkout@v2 + with: + fetch-depth: '0' - name: Install kokai run: cargo install kokai - name: Make changelog @@ -31,7 +33,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: true - body_path: changes + body_path: ./changes build_job: name: Build release