mirror of https://github.com/WerWolv/ImHex
git: Fix nightly release notes generation
This commit is contained in:
parent
b1867aac92
commit
9698232f69
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue