mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
Revert "Disable changelog while fixing release update"
This reverts commit 1fd703aff9658ad3edeb548822f9fc4529d80137.
This commit is contained in:
parent
c3f6537a4d
commit
b293356cec
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user