From 1750512477fb009b552807a01390be7add7c535e Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Wed, 8 Jan 2025 09:50:54 +0000 Subject: [PATCH] Nightly release - add changelog --- .github/workflows/nightly.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 918e2ab0d..d67706dd7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,6 +21,12 @@ jobs: merge-multiple: true - name: Show Files run: ls -la + - name: "✏️ Generate release changelog" + id: changelog + uses: janheinrichmerker/action-github-changelog-generator@v2.3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + sinceTag: nightly - name: Update Nightly Release uses: andelf/nightly-release@main env: @@ -29,6 +35,6 @@ jobs: tag_name: nightly name: 'Nightly Release $$' prerelease: true - body: 'Nightly build' + body: ${{ steps.changelog.outputs.changelog }} files: | ./*.bin \ No newline at end of file