Disable changelog while fixing release update

This commit is contained in:
netmindz 2025-02-16 10:21:38 +00:00 committed by GitHub
parent 2b9ff3148c
commit 1fd703aff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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