Skip to content

Commit

Permalink
Revert "Disable changelog while fixing release update"
Browse files Browse the repository at this point in the history
This reverts commit 1fd703a.
  • Loading branch information
netmindz committed Feb 16, 2025
1 parent c3f6537 commit b293356
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v0.15.0
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:
Expand All @@ -27,7 +35,7 @@ jobs:
tag_name: nightly
name: 'Nightly Release $$'
prerelease: true
body: 'nightly'
body: ${{ steps.changelog.outputs.changelog }}
files: |
*.bin
*.bin.gz

0 comments on commit b293356

Please sign in to comment.