mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
git: Fix nightly release notes generation
This commit is contained in:
2
.github/workflows/nightly_release.yml
vendored
2
.github/workflows/nightly_release.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
run: |
|
||||
cd ImHex
|
||||
echo "## Nightly Changelog" > changelog.md
|
||||
git log nightly..HEAD --oneline --no-merges --pretty=format:'* %s' >> changelog.md
|
||||
git log tags/nightly..HEAD --oneline --no-merges --pretty=format:'* %s' >> changelog.md
|
||||
|
||||
- name: ⬆️ Update Nightly Release
|
||||
uses: andelf/nightly-release@main
|
||||
|
||||
Reference in New Issue
Block a user