kopia lustrzana https://github.com/Aircoookie/WLED
Revert "Disable changelog while fixing release update"
This reverts commit 1fd703aff9.
pull/4563/head
rodzic
c3f6537a4d
commit
b293356cec
|
|
@ -19,6 +19,14 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
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
|
- name: Update Nightly Release
|
||||||
uses: andelf/nightly-release@main
|
uses: andelf/nightly-release@main
|
||||||
env:
|
env:
|
||||||
|
|
@ -27,7 +35,7 @@ jobs:
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
name: 'Nightly Release $$'
|
name: 'Nightly Release $$'
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: 'nightly'
|
body: ${{ steps.changelog.outputs.changelog }}
|
||||||
files: |
|
files: |
|
||||||
*.bin
|
*.bin
|
||||||
*.bin.gz
|
*.bin.gz
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue