Revert "Disable changelog while fixing release update"

This reverts commit 1fd703aff9658ad3edeb548822f9fc4529d80137.
This commit is contained in:
Will Tatam 2025-02-16 10:53:19 +00:00
parent c3f6537a4d
commit b293356cec

View File

@ -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