Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit efaaf5c

Browse files
committed
Fix workflow
1 parent 0608d94 commit efaaf5c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate Release Notes
4040
run: |
4141
ISO_HASH=$(sha256sum release_dist/noise.iso | cut -d ' ' -f 1)
42-
CHANGELOG=$(git log -n 5 --pretty=format:"- %h - %s (%an)")
42+
CHANGELOG=$(git log -n 5 --pretty=format:"- %h - %s")
4343
cat <<EOF > release_notes.md
4444
## Nightly Build - ${{ env.DATE }}
4545
@@ -60,11 +60,6 @@ jobs:
6060
6161
### Recent Changes
6262
$CHANGELOG
63-
64-
### How to Run (QEMU)
65-
\`\`\`bash
66-
qemu-system-x86_64 -cdrom noise.iso -m 512M -serial stdio
67-
\`\`\`
6863
EOF
6964
7065
- name: Create Nightly Release

0 commit comments

Comments
 (0)