mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
Disable changelog while fixing release update
This commit is contained in:
parent
2b9ff3148c
commit
1fd703aff9
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -19,14 +19,6 @@ 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:
|
||||
@ -35,7 +27,7 @@ jobs:
|
||||
tag_name: nightly
|
||||
name: 'Nightly Release $$'
|
||||
prerelease: true
|
||||
body: ${{ steps.changelog.outputs.changelog }}
|
||||
body: 'nightly'
|
||||
files: |
|
||||
*.bin
|
||||
*.bin.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user