From b293356cec42bd410289dfe2b65c132a43ce904e Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 16 Feb 2025 10:53:19 +0000 Subject: [PATCH] Revert "Disable changelog while fixing release update" This reverts commit 1fd703aff9658ad3edeb548822f9fc4529d80137. --- .github/workflows/nightly.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 28a29833e..a5c80f22d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,6 +19,14 @@ jobs: uses: actions/download-artifact@v4 with: 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: v0.15.0 - name: Update Nightly Release uses: andelf/nightly-release@main env: @@ -27,7 +35,7 @@ jobs: tag_name: nightly name: 'Nightly Release $$' prerelease: true - body: 'nightly' + body: ${{ steps.changelog.outputs.changelog }} files: | *.bin *.bin.gz